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
I got client token from the server and passed it to BTClient.setup(token)
but I got this error:
I'm using android
Could not invoke Braintree.setup
null
No static method newInstance(Landroid/app/Activity;Ljava/lang/String;)Lcom/braintreepayments/api/BraintreeFragment;
in class Lcom/braintreepayments/api/BraintreeFragment; or its super classes
(declaration of 'com.braintreepayments.api.BraintreeFragment' appears in /data/app/com....
The text was updated successfully, but these errors were encountered:
I got client token from the server and passed it to BTClient.setup(token)
but I got this error:
I'm using android
Could not invoke Braintree.setup
null
No static method newInstance(Landroid/app/Activity;Ljava/lang/String;)Lcom/braintreepayments/api/BraintreeFragment;
in class Lcom/braintreepayments/api/BraintreeFragment; or its super classes
(declaration of 'com.braintreepayments.api.BraintreeFragment' appears in /data/app/com....
The text was updated successfully, but these errors were encountered: