Updated PayMate plugin URL
This commit is contained in:
parent
a0e4f2b002
commit
2aa4def48f
@ -41,7 +41,7 @@ class plg_chout_PAYMATE extends base_checkout_plugin
|
|||||||
|
|
||||||
if(!$this->validate_currency($currency_iso)) return false;
|
if(!$this->validate_currency($currency_iso)) return false;
|
||||||
|
|
||||||
$url = "https://www.paymate.com.au/PayMate/ExpressPayment";
|
$url = "https://www.paymate.com/PayMate/ExpressPayment";
|
||||||
$vals = Array (
|
$vals = Array (
|
||||||
Array ('mid', $this->cfg['mid']),
|
Array ('mid', $this->cfg['mid']),
|
||||||
Array ('amt', $amount),
|
Array ('amt', $amount),
|
||||||
|
Reference in New Issue
Block a user