Jump to content

Paypal no response prestashop 1.6.0.5


avitus

Recommended Posts

I work with Prestashop 1.6.0.5, paypal always worked but now i get the next error.

I restored the module already and also put some new data in the module nothing worked :(

Error occurred:

Please try to contact the merchant:

  1. <b>PayPal response:</b>
  2. ->
Link to comment
Share on other sites

To fix this disable SSL 3 in the lib/paypal_connect.php

 

Comment this line

@curl_setopt($ch, CURLOPT_SSLVERSION, 3);
//@curl_setopt($ch, CURLOPT_SSLVERSION, 3);

Because a big leak has been found in SSL 3 PayPal decided to stop with SSL 3 support

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...