Ah thanks for that, I found the file and the URLs. I went to the page on the SAGE website to find the new URLs:
https://www.sagepay.com/help/faq/new_sa ... HOS,IDAZ,1The URLs in the Protx file look like this:
Code:
if (MODULE_PAYMENT_PROTX_FORM_TEST_STATUS == 'true') {
$this->form_action_url = 'https://ukvpstest.protx.com/vspgateway/service/vspform-register.vsp';
//$this->form_action_url = 'https://ukvpstest.protx.com/showpost/showpost.asp';
//$this->form_action_url = 'https://ukvpstest.protx.com/VSPSimulator/VSPFormGateway.asp';
//$this->form_action_url = '../../decrypt_protx.php';
} else {
$this->form_action_url = 'https://ukvps.protx.com/vspgateway/service/vspform-register.vsp ';
}
The only ones I could find on the SAGE site were the vspform-register.vsp & VSPFormGateway.asp. Not sure what to do now, do I need to replace the other ones?
Many thanks again,
Andy.