MicahCarrick / PHP-PayPal-IPN

PHP 5 class to listen for and handle Instant Payment Notifications (IPN) from PayPal.
BSD 3-Clause "New" or "Revised" License
419 stars 211 forks source link

Update SSL version #32

Open maximejobin opened 10 years ago

maximejobin commented 10 years ago

SSL v3 does not work anymore to check IPN with Paypal.

Set default version to SSLv1. Set default force_ssl_v3 to false.

pablorsk commented 10 years ago

Great! Thanks!

JoanIzquierdo commented 10 years ago

Thanks!