Skip to content

Commit 9837cb7

Browse files
committed
Add Google to the list of allowed payment methods so I can test the google flow
1 parent 2ece99f commit 9837cb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • client/my-sites/checkout/src/payment-methods/stripe-wallet

client/my-sites/checkout/src/payment-methods/stripe-wallet/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function StripeWalletContent( {
9797
paymentMethods: {
9898
link: 'auto',
9999
applePay: 'never',
100-
googlePay: 'never',
100+
googlePay: 'auto',
101101
amazonPay: 'never',
102102
paypal: 'never',
103103
},

0 commit comments

Comments
 (0)