From 018fa8173e66fb2d76474c0424c9d9402b4889f6 Mon Sep 17 00:00:00 2001 From: Crystal Chang Date: Tue, 20 Aug 2024 10:10:35 -0400 Subject: [PATCH] add amazon_pay to expressPaymentType --- types/stripe-js/elements/express-checkout.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/stripe-js/elements/express-checkout.d.ts b/types/stripe-js/elements/express-checkout.d.ts index 6c752156..85edd7d3 100644 --- a/types/stripe-js/elements/express-checkout.d.ts +++ b/types/stripe-js/elements/express-checkout.d.ts @@ -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;