Alien Java
Alien Java

Reputation: 75

Issue after Log in, in sandbox paypal, 'Spree gem' Braitree Payments Sandbox

hello every im building an ecommerce site and im using Braintre to payments. the software versions are:

all works fine when im log in in the application.

but

if im desconnected in the application doesn't work. for example:

after i clicked "paypal checkout" button and added the sandbox credentials i got this issue:

Routing Error
No route matches [GET] "/checkout/registration.action=edit&controller=spree%252Fcheckout&paypal_email=comprador-programmer%2540codigo.com&state=address"

i think the easiest solution is remove the button in the url: localhost:3000/cart, because if i remove the button in that url i have to log in before to add the sandbox credentials.

but the question is how?

thanks a lot i hope your answer my friends

Upvotes: 0

Views: 61

Answers (1)

Mafi
Mafi

Reputation: 196

Just go to editing PayPal (where the credentials were), scroll down to advanced settings, click it to open the panel and set PAYPAL DISPLAY ON CART: to DISABLED.

Upvotes: 1

Related Questions