Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 16, 2020
1 parent 1894ed8 commit e160472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ function options() {return $this->s()->options()->o(true);}
*/
protected function config() {return [
'currencyRateFromBaseToCurrent' => df_currency_rate_to_current()
,'installment' => ['plans' => $this->s()->installmentSales()->plans()->a()]
,'installment' => ['plans' => $this->s()->installmentSales()->plans()->get()]
] + self::configOptions($this) + parent::config();}
}
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.9"
,"version": "1.12.0"
,"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": ">=5.9.5"}
,"require": {"mage2pro/core": ">=6.7.6"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\AllPay\\": ""}}
,"keywords": [
"allPay"
Expand Down

0 comments on commit e160472

Please sign in to comment.