We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b62f0 commit 44924f2Copy full SHA for 44924f2
src/PaypalIPN.php
@@ -103,6 +103,7 @@ function verifyIPN()
103
curl_setopt($ch, CURLOPT_POST, 1);
104
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
105
curl_setopt($ch, CURLOPT_POSTFIELDS, $req);
106
+ curl_setopt($ch, CURLOPT_SSLVERSION, 4);
107
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
108
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
109
if ($this->use_local_certs)
0 commit comments