Skip to content

Commit

Permalink
1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 3, 2020
1 parent dd0ff9c commit bb830b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function option() {return $this->iia(self::$II_OPTION);}
* @return Plan|null
*/
function plan() {return dfc($this, function() {/** @var int|string|null $id */ return
!ctype_digit($id = $this->option()) ? null : $this->s()->installmentSales()->plans($id)
!df_is_nat($id = $this->option()) ? null : $this->s()->installmentSales()->plans($id)
;});}

/**
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/allpay"
,"version": "1.11.7"
,"version": "1.11.8"
,"description": "歐付寶 OPay (allPay) integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/allpay"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=3.6.29"}
,"require": {"mage2pro/core": ">=5.9.3"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\AllPay\\": ""}}
,"keywords": [
"allPay"
Expand Down

0 comments on commit bb830b0

Please sign in to comment.