spree-contrib / better_spree_paypal_express

A better Spree PayPal Express Extension.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
110 stars 269 forks source link

JSON::ParserError in Spree::PaypalController#express #123

Closed ManuelFrigerio closed 10 years ago

ManuelFrigerio commented 10 years ago

Hi everyone,

I've installed the gem following the guide, setup the Paypal account and the admin correctly but when I click on the Paypal icon, this is what I get:

757: unexpected token at '<?xml version="1.0" encoding="UTF-8"?>SOAP-ENV:HeaderLOGINPASSWORDSIGNATURE/SOAP-ENV:HeaderSOAP-ENV:FaultSOAP-ENV:ClientData type '' mismatch in element 'ebl:SolutionType'/SOAP-ENV:Fault/SOAP-ENV:Body/SOAP-ENV:Envelope'

Of course, I've changed login, password and signature but I don't understand what I'm doing wrong.

Any help?

ManuelFrigerio commented 10 years ago

I solved this issue. That was because I used "sole" instead of "Sole" in the admin settings. Perhaps this should be checked in the backend?