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 7212196 commit caa23ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private function code() {return dfc($this, function() {return intval(dfa($this->
* @used-by long()
* @return array(int => string)
*/
private function codes() {return dfc($this, function() {return dfa_key_int(df_module_csv($this,
private function codes() {return dfc($this, function() {return dfa_key_int(df_module_csv2($this,
'error-codes/' . df_lang_ru_en()
));});}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/qiwi"
,"version": "1.1.0"
,"version": "1.1.1"
,"description": "Visa QIWI Wallet (QIWI Кошелёк) integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/qiwi"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=3.4.1", "mage2pro/phone": ">=1.0.11"}
,"require": {"mage2pro/core": ">=3.7.5", "mage2pro/phone": ">=1.0.11"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Qiwi\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit caa23ae

Please sign in to comment.