Guest Posted June 10, 2011 Share Posted June 10, 2011 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 Quote Link to comment Share on other sites More sharing options...
peterbuzzin Posted June 22, 2011 Share Posted June 22, 2011 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 Guess it depends on the version of OSC but it's already updated in this contribution http://addons.oscommerce.com/info/7151 Quote If it still don't work, hit it again! Senior PHP Dev with 18+ years of commercial experience for hire, all requirements considered, see profile for more information. Is your version of osC up to date? You'll find the latest osC version (the community-supported responsive version) here. Link to comment Share on other sites More sharing options...
minxymoggy Posted August 6, 2011 Share Posted August 6, 2011 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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.