Skip to content

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Nov 17, 2017
1 parent 0eb14a1 commit bf80718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions W/Responder.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ final class Responder extends \Df\Payment\W\Responder {
* @override
* @see \Df\Payment\W\Responder::error()
* @used-by \Df\Payment\W\Responder::setError()
* @param \Exception $e
* @param \Exception|string $e
* @return Result
*/
protected function error(\Exception $e) {return Result::i(1)->setHttpResponseCode(500);}
protected function error($e) {return Result::i(1)->setHttpResponseCode(500);}

/**
* 2017-09-12
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.10"
,"version": "1.0.11"
,"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.20", "mage2pro/phone": ">=1.0.11"}
,"require": {"mage2pro/core": ">=3.3.23", "mage2pro/phone": ">=1.0.11"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Qiwi\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit bf80718

Please sign in to comment.