diff --git a/epay/epay.php b/epay/epay.php index 099f518..63d457b 100644 --- a/epay/epay.php +++ b/epay/epay.php @@ -23,7 +23,7 @@ class EPay extends PaymentModule { - const MODULE_VERSION = '5.0.2'; + const MODULE_VERSION = '5.0.3'; const V15 = '15'; const V16 = '16'; const V17 = '17'; @@ -31,7 +31,7 @@ class EPay extends PaymentModule public function __construct() { $this->name = 'epay'; - $this->version = '5.0.2'; + $this->version = '5.0.3'; $this->author = 'Bambora Online'; $this->tab = 'payments_gateways';