Hi,
I have installed this contribution into a clean install of osc and when I try and run some test transactions all goes well until after I enter the dummy card details, it then directs me to the checkout_confirmation.php page, but that page is completely blank
I've tried every option in the Admin (Test, Server IP Test, Simulator, Debug, etc) and nothing makes any difference, ive even tried unquoting the curl_setopt lines below, which made no difference either
// Uncomment these lines if having problems connecting to Protx server
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
// End of Add
Can you shed any light on this please?