Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 10, 2017
1 parent a30be97 commit ac21db9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 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/ipay88"
,"version": "0.0.7"
,"version": "0.0.8"
,"description": "The «iPay88» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ipay88"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.4.42"}
,"require": {"mage2pro/core": ">=2.4.44"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\IPay88\\": ""}}
,"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 @@ -22,8 +22,8 @@
showInStore='1'
>
<label>iPay88</label>
<dfExtension>Dfe\IPay88\Ext</dfExtension>
<frontend_model>Df\Config\Block\System\Config\Form\Fieldset\Ext</frontend_model>
<dfExtension>Dfe_IPay88</dfExtension>
<frontend_model>Df\Config\Fieldset</frontend_model>
<field
id='enable'
translate='label'
Expand Down
5 changes: 0 additions & 5 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,4 @@
</argument>
</arguments>
</type>
<virtualType name='Dfe\IPay88\Ext' type='Df\Config\Ext'>
<arguments>
<argument name='name' xsi:type='string'>mage2pro/ipay88</argument>
</arguments>
</virtualType>
</config>

0 comments on commit ac21db9

Please sign in to comment.