Jump to content

new WorldPay URLs


RichardW3

Recommended Posts

I'm aware that some of the Worldpay Business Gateway URLs will be turned off in a week's time; I didn't set up our Cubecart system, so I'm not fully conversant with the ins and outs of the various modules, but the only explicit reference to a Worldpay URL seems to be in Modules/Gateway/Worldpay/Gateway.Class.PHP as follows:

public function transfer() {
$transfer = array(
'action' => ($tis->_module['testMode']) ? 'https://secure-test.worldpay.com/wcc/purchase' : 'https://secure.worldpay.com/wcc/purchase',
'method' => 'post',
'target' => '_self',
'submit' => 'auto',
);
return $transfer;

 - and I'm slightly puzzled as the 'https://secure.worldpay.com...' seems not to be one of the obsolescent URLs. I conclude there's nothing needing to be done, but would appreciate confirmation in case there's something I've missed!

 

many thanks,

Richard

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...