Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 24, 2018
1 parent 1252fb0 commit 9282711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion W/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function isSuccessful() {return
*/
function optionTitle() {return $this->isBankCard()
? __('Bank Card (%1)', $this->r('BRAND'))
: dftr($this->option(), df_module_csv($this, 'labels'))
: dftr($this->option(), df_module_csv2($this, 'labels'))
;}

/**
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/postfinance"
,"version": "1.1.0"
,"version": "1.1.1"
,"description": "PostFinance integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/postfinance"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=3.4.1"}
,"require": {"mage2pro/core": ">=3.7.5"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\PostFinance\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 9282711

Please sign in to comment.