Skip to content

Commit

Permalink
1.5.3: #13
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 11, 2018
1 parent 9ce26b7 commit 83e308e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Init/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 83e308e

Please sign in to comment.