Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 18, 2017
1 parent 2633cca commit 04de38c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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": "0.0.2"
,"version": "0.0.3"
,"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.5.6"}
,"require": {"mage2pro/core": ">=2.10.32"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Qiwi\\": ""}}
,"keywords": [
"API"
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<depends><field id='enable'>1</field></depends>
</field>
<field
id='testPublicKey'
id='testMerchantID'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='4'
translate='label'
Expand Down Expand Up @@ -88,7 +88,7 @@
<validate>required-entry</validate>
</field>
<field
id='livePublicKey'
id='liveMerchantID'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='6'
translate='label'
Expand Down

0 comments on commit 04de38c

Please sign in to comment.