-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] onPaymentResult is not called after stripe.confirm() is called #4960
Comments
@rchouhan-dackinc I recommend using either the PaymentSheet (also know as Payment Element) integration or the PaymentLauncher. |
I tried with payment launcher as well. I just wants to confirm payment on client end. So, i think PaymentSheet is suitable as per use-case. |
@rchouhan-dackinc We found an issue with one of our dependencies and have made a PR to fix it. This might impact that callback from being called. Please try 20.0.0. |
@rchouhan-dackinc We have also made an update and a fix in version 20.2.2 |
Hi @rchouhan-dackinc I'll assume this is fixed, please reopen if you're still seeing this issue. |
Summary
onActivityResult is being called but sometimes onPaymentResult is called with resultCode = -1 but callback is not triggered
Code to reproduce
Android version
Android 11
Installation method
Gradle Dependecy
Dependency Versions
kotlin:
stripe-android: 20.2.1
Android Gradle Plugin: 7.1.3
Gradle:
SDK classes
Video
Other information
The text was updated successfully, but these errors were encountered: