Skip to content

Commit a67f47b

Browse files
authored
Merge pull request #17 from blecorre/fix/improve-organizer-info
fix: billing description + remove invoice field
2 parents 4f65ef9 + d778433 commit a67f47b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/shared-definitions.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,14 +2137,11 @@ components:
21372137
GroupBookingRequest:
21382138
description: Representation of a group booking request.
21392139
type: object
2140-
required: ['organizerInfo', 'invoice', 'guestCount', 'offers']
2140+
required: ['organizerInfo', 'guestCount', 'offers']
21412141
properties:
21422142
organizerInfo:
21432143
description: information about the organizer.
21442144
$ref: '#/components/schemas/OrganizerInformation'
2145-
invoice:
2146-
description: set to true if an invoice is needed.
2147-
type: boolean
21482145
guestCount:
21492146
description: number of guests in the booking request.
21502147
type: integer
@@ -2179,10 +2176,11 @@ components:
21792176
emailAddress:
21802177
$ref: '#/components/schemas/Email'
21812178
billingInfo:
2179+
description: This field must be filled to receive an invoice
21822180
$ref: '#/components/schemas/BillingInformation'
21832181

21842182
BillingInformation:
2185-
description: Corporate information
2183+
description: Billing information
21862184
required: ['address']
21872185
properties:
21882186
address:

0 commit comments

Comments
 (0)