diff --git a/Init/Action.php b/Init/Action.php index 05d2397..716db62 100644 --- a/Init/Action.php +++ b/Init/Action.php @@ -5,10 +5,14 @@ final class Action extends \Df\PaypalClone\Init\Action { /** * 2017-04-10 + * 2018-06-11 + * «All integration using URL https://www.mobile88.com + * should switch to https://payment.ipay88.com.my effective 1st June 2018.» + * https://github.com/mage2pro/ipay88/issues/13 * @override * @see \Df\Payment\Init\Action::redirectUrl() * @used-by \Df\Payment\Init\Action::action() * @return string */ - protected function redirectUrl() {return 'https://www.mobile88.com/epayment/entry.asp';} + protected function redirectUrl() {return 'https://payment.ipay88.com.my/epayment/entry.asp';} } \ No newline at end of file diff --git a/composer.json b/composer.json index 310cab3..4845409 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mage2pro/ipay88" - ,"version": "1.5.2" + ,"version": "1.5.3" ,"description": "iPay88 integration with Magento 2" ,"type": "magento2-module" ,"homepage": "https://mage2.pro/c/extensions/ipay88"