Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 27, 2023
1 parent 2d9a301 commit edeb984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2.0"
,"version": "1.2.1"
,"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://www.upwork.com/fl/mage2pro",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=8.0.0", "mage2pro/phone": ">=1.0.11"}
,"require": {"mage2pro/core": ">=8.0.0", "mage2pro/phone": ">=1.2.1"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Qiwi\\": ""}}
,"keywords": [
"API"
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/layout/checkout_index_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
</argument>
</arguments>
</referenceBlock>
<referenceContainer name='root'><block class='Df\Phone\Js'/></referenceContainer>
<referenceContainer name='root'><block class='Dfe\Phone\Js'/></referenceContainer>
</body>
</page>

0 comments on commit edeb984

Please sign in to comment.