Skip to content

Commit

Permalink
[SELC-4755] Removing field mandatory for onboarding (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: selfcare-github-bot <[email protected]>
  • Loading branch information
andrea-putzu and selfcare-github-bot authored Apr 24, 2024
1 parent f1688b1 commit f7d0809
Show file tree
Hide file tree
Showing 3 changed files with 1,377 additions and 1,034 deletions.
2 changes: 1 addition & 1 deletion app/src/main/resources/swagger/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@
},
"BillingDataDto" : {
"title" : "BillingDataDto",
"required" : [ "businessName", "digitalAddress", "recipientCode", "registeredOffice", "zipCode" ],
"required" : [ "businessName", "digitalAddress", "registeredOffice" ],
"type" : "object",
"properties" : {
"businessName" : {
Expand Down
Loading

0 comments on commit f7d0809

Please sign in to comment.