From 2aa4def48fb56774864189a49a44ae78e5b5c085 Mon Sep 17 00:00:00 2001 From: sluther Date: Fri, 25 Sep 2009 00:26:34 -0700 Subject: [PATCH] Updated PayMate plugin URL --- plugins/checkout/PAYMATE.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/checkout/PAYMATE.php b/plugins/checkout/PAYMATE.php index b302198a..a8179661 100644 --- a/plugins/checkout/PAYMATE.php +++ b/plugins/checkout/PAYMATE.php @@ -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),