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
Just add two lines in your php.ini file.
extension=php_openssl.dll
allow_url_include = On
its working for me.