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
Describe the bug
If the project is created, and we forget to call initialize or create the StripeProvider context, android fails silently and never rejects the promise when using PaymentSheet
To Reproduce
Steps to reproduce the behavior:
Create a new project
Call initializePaymentSheet without creating the context or calling init
At this stage, the promise never resolves or rejects and it's hard to debug the reason
Expected behavior
Reject the promise with a message that init should be called or StripeProvider should be created
Smartphone (please complete the following information):
Device: Any android device
OS: Android
Version 0.2.2
The text was updated successfully, but these errors were encountered:
Describe the bug
If the project is created, and we forget to call
initialize
or create theStripeProvider
context, android fails silently and never rejects the promise when usingPaymentSheet
To Reproduce
Steps to reproduce the behavior:
initializePaymentSheet
without creating the context or callinginit
Expected behavior
Reject the promise with a message that
init
should be called orStripeProvider
should be createdSmartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: