Skip to content

Commit

Permalink
Update CheckoutSdk confirm args type (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
pololi-stripe authored Nov 19, 2024
1 parent 7786e60 commit f4a4037
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/stripe-js/checkout.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,11 @@ export interface StripeCheckout {
redirect?: StripeCheckoutRedirectBehavior;
paymentMethod?: string;
savePaymentMethod?: boolean;
email?: string;
phoneNumber?: string;
billingAddress?: StripeCheckoutContact;
shippingAddress?: StripeCheckoutContact;
expressCheckoutConfirmEvent?: StripeExpressCheckoutElementConfirmEvent;
}) => Promise<StripeCheckoutConfirmResult>;
session: () => StripeCheckoutSession;
on: (event: 'change', handler: StripeCheckoutUpdateHandler) => void;
Expand Down

0 comments on commit f4a4037

Please sign in to comment.