Skip to content

Commit 4f65ef9

Browse files
authored
Merge pull request #16 from blecorre/fix/improve-organizer-info
fix: improve billing info
2 parents edb06a5 + 9908112 commit 4f65ef9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/shared-definitions.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,18 +2178,18 @@ components:
21782178
$ref: '#/components/schemas/PhoneNumber'
21792179
emailAddress:
21802180
$ref: '#/components/schemas/Email'
2181-
corporateInfo:
2182-
$ref: '#/components/schemas/CorporateInformation'
2181+
billingInfo:
2182+
$ref: '#/components/schemas/BillingInformation'
21832183

2184-
CorporateInformation:
2184+
BillingInformation:
21852185
description: Corporate information
2186-
required: ['organizationName', 'billingAddress']
2186+
required: ['address']
21872187
properties:
2188+
address:
2189+
$ref: '#/components/schemas/BillingAddress'
21882190
companyName:
21892191
description: Name of the company
21902192
type: string
2191-
billingAddress:
2192-
$ref: '#/components/schemas/BillingAddress'
21932193
vatNumber:
21942194
description: VAT number of the company
21952195
type: string

0 commit comments

Comments
 (0)