PayPal Zahlung im Online Shop nicht möglich !

Sollten Sie eine Fehlermeldung im Bezahl-Modus PayPal in ihrem Online Shop erhalten - gehen Sie wie folgt vor.

Für OXID

In /modules/oe/paypal/core/opaypalcurl.php
den Eintrag setzen:
'CURLOPT_SSLVERSION' => 4,
 
 
Beim XT modified Shop folgend:
 
Unter includes/classes/paypal_checkout.php zu modifizieren und zwar so:
Nach Zeile 885 einfügen:
Code: PHP
curl_setopt($ch, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1);
Und das gleiche noch mal nach Zeile 1323.