Open kirill09 opened 3 weeks ago
When calling initPaymentSheet with the customFlow flag again, the application hangs
initPaymentSheet
customFlow
Steps to reproduce the behavior: In the example, the following steps need to be done.
Stripe.instance.initPaymentSheet
Stripe.instance.initPaymentSheet method completed successfully
https://github.com/user-attachments/assets/61f4360e-3d35-4a10-965d-d263c2a5a353
An exception is raised that is not handled anywhere. com/stripe/android/paymentsheet/repositories/ElementsSessionRepository.kt:58 Failure(kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling}@30f3594)
Failure(kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling}@30f3594)
@jonasbark I can reproduce this issue can you check if it is something in the Android factory?
When calling
initPaymentSheet
with thecustomFlow
flag again, the application hangsSteps to reproduce the behavior: In the example, the following steps need to be done.
Stripe.instance.initPaymentSheet
method does not complete its work.Stripe.instance.initPaymentSheet
method completed successfullyhttps://github.com/user-attachments/assets/61f4360e-3d35-4a10-965d-d263c2a5a353
An exception is raised that is not handled anywhere. com/stripe/android/paymentsheet/repositories/ElementsSessionRepository.kt:58
Failure(kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling}@30f3594)