Quote Originally Posted by nelaweb View Post
KetchRescue - Thank you very much for the updated API. If you ever get around to updating it again, please note that certain ciphers are no longer supported and after 16 hours of downtime and many emails back and forth with PnP their support team helped me make some code changes:

Approx line 440 - remove "--cipher rsa_rc4_128_sha" from "exec("$curl_path --cipher rsa_rc4_128_sha -d \"$data\" https://pay1.plugnpay.com/payment/pnpremote.cgi", $response);"

Approx line 450 - comment out "curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, "rsa_rc4_128_sha"); //CentOS 6 Compatibility"

My site was brought to a standstill because using those ciphers caused Error 99: Empty cURL reponse. It's great to be back up and running and your API is fantastic!
Thank you for the kind words! I'm in the process of upgrading my site while migrating from Apache to IIS from a leased server to an owned server... but since I have to re-load this API, I'll update it at that time and be sure to add your code in when I do.

Time to bother the kind folks in Plug n Pay's tech department, anyways.