Skip to content

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 10, 2017
1 parent 5e70a95 commit ca9284c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 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/ginger-payments"
,"version": "1.0.10"
,"version": "1.0.11"
,"description": "The «Ginger Payments» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ginger-payments"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.4.37", "mage2pro/ginger-payments-base": ">=1.0.15"}
,"require": {"mage2pro/core": ">=2.4.44", "mage2pro/ginger-payments-base": ">=1.0.15"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\GingerPayments\\": ""}}
,"keywords": [
"3D Secure"
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>Ginger Payments</label>
<dfExtension>Dfe\GingerPayments\Ext</dfExtension>
<frontend_model>Df\Config\Block\System\Config\Form\Fieldset\Ext</frontend_model>
<dfExtension>Dfe_GingerPayments</dfExtension>
<frontend_model>Df\Config\Fieldset</frontend_model>
<field
id='enable'
translate='label'
Expand Down
3 changes: 0 additions & 3 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
>
<virtualType name='Dfe\GingerPayments\Controller\Confirm\Index' type='Df\Payment\W\Action'/>
<virtualType name='Dfe\GingerPayments\Controller\CustomerReturn\Index' type='Df\Payment\CustomerReturn'/>
<virtualType name='Dfe\GingerPayments\Ext' type='Df\Config\Ext'>
<arguments><argument name='name' xsi:type='string'>mage2pro/ginger-payments</argument></arguments>
</virtualType>
</config>

0 comments on commit ca9284c

Please sign in to comment.