Taracque / cordova-plugin-braintree

:credit_card: A Cordova plugin for the Braintree mobile payment processing SDK.
MIT License
27 stars 42 forks source link

Navigation is unreachable when connect to paypal #73

Closed Manaspaul623 closed 4 years ago

Manaspaul623 commented 4 years ago

When I am trying to connect with PayPal, the browser not closing and not returning to my app. Please help me to fix the issue. Showing this message

Navigation is unreachable: com.**.***.pos.braintree://onetouch/v1/success?token=EC-71229415R2057501E&ba_token=BA-7MT74179DE6494833

Actually my app id is com.**.***.pos. but the returning url showing with extra .braintree and i don't know why.

Manaspaul623 commented 4 years ago

I finally fix this by going in the file **platform/android/cordova-plugin-braintree/* - build-extras.gradle and editing to

dependencies { compile 'com.braintreepayments.api:braintree:2.21.0' //2.2.1 Working compile 'com.braintreepayments.api:drop-in:2.3.8' }