Skip to content

Commit

Permalink
add amazon_pay to expressPaymentType
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalc-stripe committed Aug 20, 2024
1 parent 1ebe69f commit 018fa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/stripe-js/elements/express-checkout.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export type StripeExpressCheckoutElement = StripeElementBase & {
): StripeExpressCheckoutElement;
};

export type ExpressPaymentType = 'google_pay' | 'apple_pay' | 'link' | 'paypal';
export type ExpressPaymentType = 'google_pay' | 'apple_pay' | 'amazon_pay' | 'link' | 'paypal';

export type ExpressCheckoutPartialAddress = {
city: string;
Expand Down

0 comments on commit 018fa81

Please sign in to comment.