When Android Pay is used with live stripe key, I get the error Unexpected Developer Error, please try again later. Can someone guide me here? My androidPayMode is test.
tipsi-stripe version: 6.1.0React-Native version: 0.53.3
(Android only) com.google.android.gms:play-services-base version: 11.4.2
For Android, please provide the following sections from android/app/build.gradle:
news?
check your code where you build your client and change Environment_test to Environment_Production
mPaymentsClient =
Wallet.getPaymentsClient(this,
new Wallet.WalletOptions.Builder()
.setEnvironment(WalletConstants.ENVIRONMENT_TEST)
.build());
change WalletConstants.ENVIRONMENT_TEST to WalletConstants.ENVIRONMENT_PRODUCTION
Still getting issue?
I am using cordova, ionic, google pay together.
please post about this.
I am also facing the same issue, please guide me if you any solution for this.
I've seen this several times while testing on Safari - web based app.
(so not same environment but same error)
Force quitting the tab tends to fix it. Since it's on my phone I can't easily debug it further than this.
Try this command adb -d logcat -s WalletMerchantError in your terminal after connecting your device. May be you will get some clue from there.
Try this command
adb -d logcat -s WalletMerchantErrorin your terminal after connecting your device. May be you will get some clue from there.
You saved my day. Thanks.
Most helpful comment
Try this command
adb -d logcat -s WalletMerchantErrorin your terminal after connecting your device. May be you will get some clue from there.