Skip to content

Commit

Permalink
use old type for stripe payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewHEguardian committed Oct 24, 2024
1 parent ce9f192 commit 33051e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function OneTimeCheckoutComponent({
const stripePaymentMethod: StripePaymentMethod =
stripeExpressCheckoutPaymentType === 'apple_pay'
? 'StripeApplePay'
: 'StripeCheckout';
: 'StripePaymentRequestButton';

const [stripeExpressCheckoutSuccessful, setStripeExpressCheckoutSuccessful] =
useState(false);
Expand Down

0 comments on commit 33051e1

Please sign in to comment.