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
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)
The text was updated successfully, but these errors were encountered:
When calling
initPaymentSheet
with thecustomFlow
flag again, the application hangsSteps to reproduce the behavior:
In the example, the following steps need to be done.
We receive a successful payment.
Stripe.instance.initPaymentSheet
method does not complete its work.Stripe.instance.initPaymentSheet
method completed successfullyflutter-stripe.mp4
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)
The text was updated successfully, but these errors were encountered: