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

cURL error: [0] #15

Open eldblz opened 11 years ago

eldblz commented 11 years ago

Class was working fine but recently i'm getting: "cURL error: [0]" for all transactions. The issue appears with both with "use_ssl" true or false.

With "use_curl" FALSE the class works fine.