#Wellzio
1 messages · Page 1 of 1 (latest)
👋 How can we help?
I have configured all the settings related to googlePay
But not seeing it
Is this fine
googlePay: {
merchantCountryCode: 'US',
currencyCode: 'usd',
testEnv: true,
},
Act I tested with both testEnv and without testEnv
This is the screen
Its mentioned that set googlePay to true.
Where to do that?
Do you have card saved in your Google Pay wallet?
Google Pay will only be shown if you have card in Google Pay wallet
Oh ok thats not there
Actually for applePay it was showing even in simulator
SO I thought it is same for android as well
googlePay: {
merchantCountryCode: 'US',
currencyCode: 'usd',
testEnv: true,
},
testEnv: true required here?
Yes if you're testing in test env
Double checking where this googlePay is that the doc mentioned
Public doc was not updated to date. In old integration, you would set googlePay: true instead of
googlePay: {
merchantCountryCode: 'US',
currencyCode: 'usd',
testEnv: true,
},
You can ignore googlePay: true in the public doc
This is the change log of googlePay field changes: https://github.com/stripe/stripe-react-native/blob/master/CHANGELOG.md#breaking-changes-10
Ok Thank you for the info..