jibon57 / nativescript-braintree

Braintree Payments (Drop-in) plugin for NativeScript
Apache License 2.0
9 stars 11 forks source link

Paypal status fail #33

Open AgustinV08 opened 4 years ago

AgustinV08 commented 4 years ago

When startPayment function is called, with the respective token and options, selecting the Paypal option gives an fail status without showing any form for type the Paypal account. I have already configure the IOS project as in the documentation, also it fails in android.

Are there any solutions to this?

AgustinV08 commented 4 years ago

Also, is there a way to remove the Credit or Debit Card option from the Dropdown?

gerardim90 commented 3 years ago

Any updates on this? I am not able to pay with paypal on ios or android. iOS complaining with the following: [BraintreeSDK] CRITICAL PayPal requires a return URL scheme to be configured via [BTAppSwitch setReturnURLScheme:]. but I do have my URLScheme added for braintree.

In the case of Android, it keeps loading forever after selecting paypal. I would appreciate any help please.