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
Hi! I have this issue. In my app i want to pay with paypal so i follow all instructions in documentation and my webview opened without problems. Then i fill all form for payment using one test card (4242 4242 4242 4242). When i click on "pay now" button the webview redirect into a blank page ( https://www.paypal.com/checkoutweb/genericError?params...).
This happens in both platform Android and iOS
Someone can help me to understand what happen? Thanks!
hey, sorry for the late reply. is this happening within your app or the example one? could you check to see if the example app is working with your tokens/simulator setup?
Hi! I have this issue. In my app i want to pay with paypal so i follow all instructions in documentation and my webview opened without problems. Then i fill all form for payment using one test card (4242 4242 4242 4242). When i click on "pay now" button the webview redirect into a blank page ( https://www.paypal.com/checkoutweb/genericError?params...).
This happens in both platform Android and iOS
Someone can help me to understand what happen? Thanks!
Some specifics here:
"react-native": "0.63.4",
"react-native-paypal": "^4.1.0",
pod IOS
pod 'Braintree', '~> 4'
Android
implementation "com.braintreepayments.api:braintree:3+"
The text was updated successfully, but these errors were encountered: