This is a discussion on Protx Form Payment Module within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Line 17 global $order added Line 31-39 were changed to NEW URL's also added a line to include a reference ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Line 17 global $order added Line 31-39 were changed to NEW URL's also added a line to include a reference to the OLD URLs Line 31-39 used to be if (MODULE_PAYMENT_PROTX_FORM_TEST_STATUS == 'true') { $this->form_action_url = 'https://ukvpstest.protx.com/vps2form/submit.asp'; //$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/vps2form/submit.asp'; } } Line 31-42 now is if (MODULE_PAYMENT_PROTX_FORM_TEST_STATUS == 'true') { $this->form_action_url = 'https://ukvpstest.protx.com/vspgateway/service/vspform-register.vsp'; //old LIVE URL was https://ukvpstest.protx.com/vps2form/submit.asp //$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 '; //old LIVE URL was https://ukvps.protx.com/vps2form/submit.asp } } More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Protx Form Payment Module | michael_s | New osCommerce Contributions | 0 | 07-24-2007 09:06 PM |
| Protx Form Payment Module | michael_s | New osCommerce Contributions | 0 | 07-15-2007 07:21 PM |
| Protx Form Payment Module | michael_s | New osCommerce Contributions | 0 | 07-13-2007 05:41 AM |
| Protx Form Payment Module | michael_s | New osCommerce Contributions | 0 | 07-12-2007 08:41 PM |
| Protx Form Payment Module | michael_s | New osCommerce Contributions | 0 | 07-08-2007 05:35 AM |