Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Nov 16, 2017
1 parent 6300bbb commit ba53e8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
*
* @final Unable to use the PHP «final» keyword here because of the M2 code generation.
*/
class Response extends \Df\Framework\Controller\Response {
class Response extends \Df\Framework\W\Response {
/**
* 2017-10-02
* @override
* @see \Df\Framework\Controller\Response::__toString()
* @see \Df\Framework\W\Response::__toString()
* @used-by render()
* @used-by \Df\Payment\W\Action::execute()
* @return string
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/yandex-kassa"
,"version": "1.0.1"
,"version": "1.0.2"
,"description": "Yandex.Kassa (Яндекс.Касса, Yandex.Checkout) integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/yandex-kassa"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.12.39"}
,"require": {"mage2pro/core": ">=3.3.16"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\YandexKassa\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit ba53e8e

Please sign in to comment.