Updated PayMate plugin URL

This commit is contained in:
sluther 2009-09-25 00:26:34 -07:00
parent a0e4f2b002
commit 2aa4def48f

View File

@ -41,7 +41,7 @@ class plg_chout_PAYMATE extends base_checkout_plugin
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 (
Array ('mid', $this->cfg['mid']),
Array ('amt', $amount),