Skip to content

Commit

Permalink
fix(orders): don't require payments when creating an order (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Rogers authored Jan 10, 2022
1 parent 7d107eb commit a4e2d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/booking/Orders/OrdersTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ export interface CreateOrder {
/**
* The payment details to use to pay for the order
*/
payments: OrderPayment[]
payments?: OrderPayment[]

/**
* The payment action you want to take for your order. You can only use pay_later with offers that contain requires_instant_payment: false.
Expand Down

0 comments on commit a4e2d15

Please sign in to comment.