Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 10, 2019
1 parent 5ad41a0 commit b7b2a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Init/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
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.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"
Expand All @@ -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"
Expand Down

0 comments on commit b7b2a5b

Please sign in to comment.