#Android-GooglePay
1 messages · Page 1 of 1 (latest)
Can I share you the logs ?
Class not found when unmarshalling: com.stripe.android.googlepaylauncher.GooglePayLauncherContract$PaymentIntentArgs
java.lang.ClassNotFoundException: com.stripe.android.googlepaylauncher.GooglePayLauncherContract$PaymentIntentArgs
Ok. Are these classes avaiable in your prod build?
Yes because If I use test environment for payment it is working fine
You might want to checkk your build configuration, i.e., do you perform minify or obfuscate in prod but no in test?
Minify is false in my project
are you there?