From b7b2a5b2686f94514dfae31006e3c3dccf24f144 Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Wed, 10 Apr 2019 17:16:59 +0600 Subject: [PATCH] 1.1.2 --- Init/Action.php | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Init/Action.php b/Init/Action.php index 782e117..ab16fa3 100644 --- a/Init/Action.php +++ b/Init/Action.php @@ -62,7 +62,7 @@ protected function preorder() { $c = $this->charge(); /** @var Charge $c */ /** @var M $m */ /** @var array(string => mixed) $req */ df_sentry_extra($m = $this->m(), 'Request Params', $req = $c->pBill()); - $res = Bill::s()->put([$c->id(), $req]); /** @var array(string => mixed) $res */ + $res = Bill::s()->put($req, $c->id()); /** @var array(string => mixed) $res */ $m->iiaSetTRR($req, $res); dfp_report($m, ['Request' => $req, 'Response' => $res], 'preorder'); } diff --git a/composer.json b/composer.json index e8242c2..9c7b9d6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mage2pro/qiwi" - ,"version": "1.1.1" + ,"version": "1.1.2" ,"description": "Visa QIWI Wallet (QIWI Кошелёк) integration with 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": ">=3.7.5", "mage2pro/phone": ">=1.0.11"} + ,"require": {"mage2pro/core": ">=4.3.2", "mage2pro/phone": ">=1.0.11"} ,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Qiwi\\": ""}} ,"keywords": [ "API"