Skip to content

Commit

Permalink
0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 12, 2017
1 parent 3cd3c75 commit c16b3a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Charge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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"
Expand All @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions etc/di.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version='1.0'?>
<config
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='urn:magento:framework:ObjectManager/etc/config.xsd'
>
<virtualType name='Dfe\Qiwi\Controller\CustomerReturn\Index' type='Df\Payment\CustomerReturn'/>
</config>

0 comments on commit c16b3a9

Please sign in to comment.