nopSolutions / worldpay-plugin-for-nopcommerce

nopCommerce plugin for WorldPay (payments)
https://www.nopcommerce.com/
GNU General Public License v3.0
0 stars 6 forks source link

Worldpay test URL is incorrect #7

Open samleivers opened 6 years ago

samleivers commented 6 years ago

The WorldPay test URL is currently set as "secure-test.wp3.rbsworldpay.com" it is failing on testing, WorldPay have advised me that the URL should now actually be "secure-test.worldpay.com/wcc/purchase

rmjcsltd commented 6 years ago

The source here is correct - the GetWorldpayUrl() method in the Nop.Plugin.Payments.WorldPay.WorldPayPaymentProcessor class returns the test and live URLs as per your issue.