Herbalife Posted June 13, 2013 Share Posted June 13, 2013 Hi. I'm running Prestashop 1.5.4.1 and Paypal 3.5.1. Every now and again, I make sale and Paypal seems to work just fine. However, up to 10 times every day I get an blank error message "Error reporting from your PayPalAPI module". There is no error code or report. I've tested the the payment process a hundred times or more in the last 6 weeks and it seems fine. However, I was testing again last night, and realised that this 'blank' error message is sent when a customer has been through the Paypal processing and then returns to my site to confirm the order. If they don't confirm, obviously I don't make the sale, and I get the error message. I phoned Paypal twice and they won't offer support as it's a 3rd party module. What I want is for the Paypal process to the final stage, and to not have to confirm the purchase on my site. Within Paypal, I have not configured for the customer to return to my site. Any help on this really would be appreciated. Link to comment Share on other sites More sharing options...
trevorgilligan Posted July 2, 2015 Share Posted July 2, 2015 yeh im getting that confirm on my page again, so 2 confirmations. ridiculous, i spent 2 days on this. if i dont get it in 1 more day, im removing paypal permanently! Link to comment Share on other sites More sharing options...
bellini13 Posted July 3, 2015 Share Posted July 3, 2015 sometimes in life you get what you pay for. my advice would be to purchase a well supported module 1 Link to comment Share on other sites More sharing options...
trevorgilligan Posted July 8, 2015 Share Posted July 8, 2015 true ive removed it anyhow Link to comment Share on other sites More sharing options...
trevorgilligan Posted July 8, 2015 Share Posted July 8, 2015 and if someone / support can fix this then i have no problem paying them Link to comment Share on other sites More sharing options...
trevorgilligan Posted July 8, 2015 Share Posted July 8, 2015 hi @herbalife this might help. in modules/paypal/expresscheckout/process.php. i have this code if (($this->method == 'SetExpressCheckout') && (Configuration::get('PAYPAL_COUNTRY_DEFAULT') == 1) && ($this->type == 'payment_cart')) $url .= '&useraction=commit'; for me, i removed some registration fields, including the country. so i removed the country from this line: if (($this->method == 'SetExpressCheckout') && ($this->type == 'payment_cart')) $url .= '&useraction=commit'; it seems to work, worth a shot, clear your cache, etc. Trev. also updating to paypal 3.10 seemed to sort out the "cannot send login informations" , i will see how i get on, trev Link to comment Share on other sites More sharing options...
trevorgilligan Posted July 9, 2015 Share Posted July 9, 2015 just an update on this the final stage of it should be : https://blah.com/modules/paypal/express_checkout/payment.php i have tried that it says takes up to 2-3 hours to take effect. it seems this new EU law was brought in to confirm again on stores website Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now