« WordPress AdRotator | Home | Acoustic Music »
osCommerce PayMate Module Link
By Joel | August 19, 2007
For those implementing the osCommerce PayMate payment module, the link for Australian orders is incorrect!!
You need to modify the paymate.php file which is found in catalog/includes/modules/payment/
On line (approx) 45, you will see this code:
$this->form_action_url = 'https://www.paymate.com.au/PayMate/GenExpressPayment?mid=yourpaymateusernamehere';
This is incorrect for Australian orders. It should read:
$this->form_action_url = 'https://www.paymate.com.au/PayMate/ExpressPayment?mid=yourpaymateusernamehere';
Hope this is useful for you!
Agur
Topics: Web Development |
