-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
[nativescript-stripe] confirmSetupIntent throws an error #110
Comments
So I digged deeper to find a solution and can't find it. There is a method with the same signature (inspected with public final void com.stripe.android.Stripe.confirmSetupIntent(androidx.activity.ComponentActivity,com.stripe.android.model.ConfirmSetupIntentParams) I don't understand why it looks for a static method on Is this method working on your side? |
What does |
It prints |
I have the same problem on Android 10 |
Can you try |
@triniwiz Unfortunately this (9.0.0-alpha.0) does not fix the problem (tested on Android 10 & 13). |
Hi there, I'm having the same issue of @sebj54 and I'm in the same condition: after plugin update my implementation does not work either. Is there any news? |
Hi @triniwiz, I just tested the latest version (9.0.0-beta.1) and it still has the same problem. How can I help? Do you need a reproduction? |
The error seems fixed with latest beta ( |
Hi there!
I just updated the nativescript-stripe plugin to the latest version. It turns out that my implementation does not work anymore.
So far, the payment method creation still works, but when I want to confirm setup intent with:
I have this error:
It is thrown in this catch block:
nativescript-plugins/packages/nativescript-stripe/index.android.ts
Lines 660 to 662 in 12f13ae
This happens because the error is not a Stripe error but a JS exception:
I wanted to debug this, but I'm a bit lost with Stripe Android documentation… There seems to be two
confirmSetupIntent
methods with a different signature:Thanks in advance for your help 🙏
The text was updated successfully, but these errors were encountered: