You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locally the debug build with stripe integration with flow controller is working fine. But when making a beta build for which we are using proguard, I end up with a crash:
Fatal Exception: n40.p0
Function 'loadPaymentOption' (JVM signature: loadPaymentOption$paymentsheet_release(Lcom/stripe/android/paymentsheet/model/PaymentOption;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;) not resolved in class com.stripe.android.paymentsheet.model.PaymentOptionFactory: internal final suspend fun loadPaymentOption(paymentOption: com.stripe.android.paymentsheet.model.PaymentOption): android.graphics.drawable.Drawable defined in com.stripe.android.paymentsheet.model.PaymentOptionFactory | loadPaymentOption$paymentsheet_release(Lcom/stripe/android/paymentsheet/model/PaymentOption;Lu30/d;)Ljava/lang/Object;
Hi,
Locally the debug build with stripe integration with flow controller is working fine. But when making a beta build for which we are using proguard, I end up with a crash:
Fatal Exception: n40.p0
Function 'loadPaymentOption' (JVM signature: loadPaymentOption$paymentsheet_release(Lcom/stripe/android/paymentsheet/model/PaymentOption;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;) not resolved in class com.stripe.android.paymentsheet.model.PaymentOptionFactory: internal final suspend fun loadPaymentOption(paymentOption: com.stripe.android.paymentsheet.model.PaymentOption): android.graphics.drawable.Drawable defined in com.stripe.android.paymentsheet.model.PaymentOptionFactory | loadPaymentOption$paymentsheet_release(Lcom/stripe/android/paymentsheet/model/PaymentOption;Lu30/d;)Ljava/lang/Object;
z30.x$c.invoke (KFunctionImpl.kt:316)
z30.r0$a.invoke (ReflectProperties.java:19)
z30.x.C (KFunctionImpl.kt:8)
z30.x.toString (KFunctionImpl.kt:3)
kotlin.jvm.internal.j.toString (FunctionReference.java:7)
java.lang.StringBuilder.append (StringBuilder.java:179)
com.stripe.android.paymentsheet.model.PaymentOption.toString (PaymentOption.kt:45)
java.lang.String.valueOf (String.java:4092)
java.lang.StringBuilder.append (StringBuilder.java:179)
bt.j0.onPaymentOption (R8$$SyntheticClass:17)
com.stripe.android.paymentsheet.flowcontroller.DefaultFlowController.onPaymentOptionResult$paymentsheet_release (DefaultFlowController.kt:94)
com.stripe.android.paymentsheet.flowcontroller.DefaultFlowController$1.onActivityResult (DefaultFlowController.kt:1)
com.stripe.android.paymentsheet.flowcontroller.DefaultFlowController$1.onActivityResult (DefaultFlowController.kt:2)
g.f.b (ActivityResultRegistry.kt:49)
androidx.activity.ComponentActivity.onActivityResult (ComponentActivity.kt:3)
androidx.fragment.app.FragmentActivity.onActivityResult (FragmentActivity.java:6)
Can someone please help with anything that can be added to proguard to avoid this crash from happening?
The text was updated successfully, but these errors were encountered: