Skip to content

Commit

Permalink
feat: allow 3ds session ID for payments on bookings (#966)
Browse files Browse the repository at this point in the history
This adds ability to allow 3ds payments for bookings.
  • Loading branch information
andrejak authored Oct 3, 2024
1 parent e4c5b0e commit cd133d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stays/Bookings/Bookings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface StaysBookingPayload {
email: string
phone_number: string
accommodation_special_requests?: string
payment?: { card_id: string }
payment?: { card_id: string } | { three_d_secure_session_id: string }
}

export class Bookings extends Resource {
Expand Down

0 comments on commit cd133d0

Please sign in to comment.