Hi, for those of you struggling to get worldpay call back to work because your payment confirmation 'hangs' at worldpay..
I wasted hours trawling through this forum, until I discovered that the payment URL in catalog/includes/modules/payment/worldpay_junior.php needed to be updated:
Find (around line 40):
$this->form_action_url = 'https://select.worldpay.com/wcc/purchase';
Change to:
$this->form_action_url = 'https://secure.wp3.rbsworldpay.com/wcc/purchase';
Hope this works for you
Latest News: (loading..)
WP callback solution
Started by ingres, Jun 10 2011, 14:00
2 replies to this topic
#1
Posted 10 June 2011, 14:00
#2
Posted 22 June 2011, 14:28
ingres, on 10 June 2011, 14:00, said:
Find (around line 40):
$this->form_action_url = 'https://select.worldpay.com/wcc/purchase';
Change to:
$this->form_action_url = 'https://secure.wp3.rbsworldpay.com/wcc/purchase';
Hope this works for you
$this->form_action_url = 'https://select.worldpay.com/wcc/purchase';
Change to:
$this->form_action_url = 'https://secure.wp3.rbsworldpay.com/wcc/purchase';
Hope this works for you
Guess it depends on the version of OSC but it's already updated in this contribution http://addons.oscommerce.com/info/7151
If it still don't work, hit it again!
#3
Posted 06 August 2011, 17:06
peterbuzzin, on 22 June 2011, 14:28, said:
Guess it depends on the version of OSC but it's already updated in this contribution http://addons.oscommerce.com/info/7151
Just as an FYI for everyone, RBS sold WorldPay to a bunch of VCs who duly changed it back to the old worldpay.com domain. So you may need to undo this if you're on the old WorldPay Junior module. Thanks a bunch you over zealous marketing guys at RBS for adding it in in the first place!














