WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$debug = true; // Enable debug mode
curl_setopt($ch, CURLOPT_SSLVERSION, 6);
It is best to not set the CURLOPT_SSLVERSION and let it use the default since this will attempt to figure out the remote SSL protocol version.Anyway, if you want to give it a try add the lineCode: [Select]curl_setopt($ch, CURLOPT_SSLVERSION, 6);to the files:/bakery/payment_methods/paypal/ipn.php add it after line 105/bakery/payment_methods/paypal/check_payment.php add it after line 75