ruby on rails 4 - Facing error sorry we cannot connect to PayPal in spree -


i have ecommerce-application in had integrated paypal braintree using

gem 'spree_braintree_vzero', github: 'spree-contrib/spree_braintree_vzero', branch: ‘3-1-stable’ have paypal sandbox account , included credentials in application.

enter image description here

now when go checkout page < select paypal option < continue payment following error :

enter image description here

please me out solve issue. in advance.

since has been answered on github, i'm linking issue. https://github.com/spree-contrib/spree_braintree_vzero/issues/58

edit sum up, caused 1 of 2 things: 1. address verification, try 1 valid example: john doe 123 billing street apt. #1 chicago united states of america illinois 60618 555666555 2. braintree sandbox account has not been set process paypal (this can happen when account created outside u.s.).

you can verify paypal valid payment method in sandbox clicking on settings > processing. you’ll see list of accepted payment methods next merchant account (paypal integration braintree).


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -