This repository was archived by the owner on Jun 3, 2022. It is now read-only.
SSL Cert Verification and UTF-8 support
- Important: SSL certificates are now verified. If you use SSL and are on
a platform where cURL's cainfo is not set by default, you must either
set set curl.cainfo in your php.ini file or use the setCurlCaInfo()
method on the CreditCardFraudDetection object to set the certificates
to be used. (GitHub #11) - Added a useUtf8(bool) method that can be used to enable the conversion
of the web service response to UTF-8. (GitHub #12) - Undefined value warning fix. (GitHub #8)