Skip to content

Commit

Permalink
1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 2, 2017
1 parent f4f8fba commit ec1f389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions API/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,12 @@ final class Validator extends \Df\API\Response\Validator {
* 2017-09-03
* @override
* @see \Df\API\Exception::long()
* @used-by short()
* @used-by \Df\API\Client::_p()
* @used-by \Df\API\Exception::short()
* @return string
*/
function long() {return dfa($this->codes(), $this->code());}

/**
* 2017-09-03
* @override
* @see \Df\API\Exception::short()
* @used-by \Df\API\Client::_p()
* @return string
*/
function short() {return $this->long();}

/**
* 2017-09-03
* @override
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/qiwi"
,"version": "1.0.12"
,"version": "1.0.13"
,"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.3.35", "mage2pro/phone": ">=1.0.11"}
,"require": {"mage2pro/core": ">=3.3.37", "mage2pro/phone": ">=1.0.11"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Qiwi\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit ec1f389

Please sign in to comment.