Skip to content

Commit 46f07b6

Browse files
committed
Fix Typo
1 parent 44924f2 commit 46f07b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PaypalIPN.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function verifyIPN()
103103
curl_setopt($ch, CURLOPT_POST, 1);
104104
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
105105
curl_setopt($ch, CURLOPT_POSTFIELDS, $req);
106-
curl_setopt($ch, CURLOPT_SSLVERSION, 4);
106+
curl_setopt($ch, CURLOPT_SSLVERSION, 6);
107107
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
108108
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
109109
if ($this->use_local_certs)

0 commit comments

Comments
 (0)