From c16b3a95be37f48283d1bc6fbc88714ad55824ec Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Tue, 12 Sep 2017 07:19:15 +0300 Subject: [PATCH] 0.2.9 --- Charge.php | 2 +- composer.json | 4 ++-- etc/di.xml | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 etc/di.xml diff --git a/Charge.php b/Charge.php index 6abb0a9..99c9568 100644 --- a/Charge.php +++ b/Charge.php @@ -134,7 +134,7 @@ function pRedirect() {$s = $this->s(); return [ * «4.3. Переадресация для оплаты счета», страница 11. * `[QIWI Wallet] The REST API specification (v.2.12)`, https://mage2.pro/t/3745 */ - 'failUrl' => $this->customerReturnRemote() + 'failUrl' => $this->customerReturnRemoteWithFailure() // 2017-09-04 // «This parameter (if true) means that invoice page would be opened in "iframe". // The checkout page appears more compact diff --git a/composer.json b/composer.json index e8a6338..1451551 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mage2pro/qiwi" - ,"version": "0.2.8" + ,"version": "0.2.9" ,"description": "The «Visa QIWI Wallet» (QIWI Кошелёк) payment extension for Magento 2." ,"type": "magento2-module" ,"homepage": "https://mage2.pro/c/extensions/qiwi" @@ -11,7 +11,7 @@ "homepage": "https://mage2.pro/users/dmitry_fedyuk", "role": "Developer" }] - ,"require": {"mage2pro/core": ">=2.11.36", "mage2pro/phone": ">=1.0.11"} + ,"require": {"mage2pro/core": ">=2.11.37", "mage2pro/phone": ">=1.0.11"} ,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Qiwi\\": ""}} ,"keywords": [ "API" diff --git a/etc/di.xml b/etc/di.xml new file mode 100644 index 0000000..eea7685 --- /dev/null +++ b/etc/di.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file