I\'m working on setting up credit card processing and needed to use a workaround for CURL. The following code worked fine when I was using the test server (which wasn\'t cal
To allow https wrapper:
php_openssl
allow_url_fopen
on
In the php.ini file you should add this lines if not exists:
extension=php_openssl.dll allow_url_fopen = On