#perivia101-gpay
1 messages · Page 1 of 1 (latest)
google pay is installed
what version?
https://play.google.com/store/apps/details?id=com.google.android.apps.nbu.paisa.user or https://play.google.com/store/apps/details?id=com.google.android.apps.walletnfcrel ?
yes
pixel6
I'm sorry but that's not an answer to the question I asked.
ok! So please share the full code you're using in your app.
googlePayLauncher = GooglePayLauncher(
fragment = this,
config = GooglePayLauncher.Config(
environment = GooglePayEnvironment.Test,
merchantCountryCode = "UAE",
merchantName = "Beno Store",
),
readyCallback = ::onGooglePayReady,
resultCallback = ::onGooglePayResult
)
googlePayButton.setOnClickListener {
Log.d("clientSecret", viewModelStripe.clientSecret)
googlePayLauncher.presentForPaymentIntent(viewModelStripe.clientSecret)
}
ok! Maybe try merchantCountryCode = "US" for now(just to test) and see if it changes anything.
you have nothing to be sorry for!