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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
✔ Component nativescript has 8.2.3 version and is up to date.
✔ Component @nativescript/core has 8.2.1 version and is up to date.
✔ Component @nativescript/ios has 8.2.3 version and is up to date.
✔ Component @nativescript/android has 8.2.2 version and is up to date.
This signature public final void com.stripe.android.Stripe.confirmSetupIntent(androidx.activity.ComponentActivity,com.stripe.android.model.ConfirmSetupIntentParams,java.lang.String) requires 3 but you passed 2 that’s why the error said it doesn’t have a signature like this Error: java.lang.NoSuchMethodError: no static method "Lcom/stripe/android/Stripe;.confirmSetupIntent(Landroidx/activity/ComponentActivity;Lcom/stripe/android/model/ConfirmSetupIntentParams;)V" you’re missing a string
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
This problem happens with the
@triniwiz/nativescript-stripe
module (see triniwiz/nativescript-plugins#110).When calling this method:
This error is thrown:
I used
java.util.Arrays.toString(this.stripe.getClass().getMethods())
) to get this method's signature:It looks totally the same (to me). There are also methods with the same name:
To Reproduce
Here is the
include.gradle
file of this plugin:Maybe adding the plugin to a new project is enough (I can provide a sample project if you think this issue belongs here). Then call:
I don't know if it will work with these fake IDs, but I think it should return an API error if the method gets called.
Let me know if you need extra information.
The text was updated successfully, but these errors were encountered: