#Wellzio

1 messages · Page 1 of 1 (latest)

analog lavaBOT
orchid viper
#

👋 How can we help?

raw stone
#

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?

orchid viper
#

Do you have card saved in your Google Pay wallet?

#

Google Pay will only be shown if you have card in Google Pay wallet

raw stone
#

Oh ok thats not there

#

Actually for applePay it was showing even in simulator

#

SO I thought it is same for android as well

raw stone
#

testEnv: true required here?

orchid viper
#

Yes if you're testing in test env

raw stone
#

ok

#

And where to add googlePay to true

orchid viper
#

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

raw stone
#

Ok Thank you for the info..