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 f0bad78 commit b41f90b
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/kassa-compleet"
,"version": "1.0.10"
,"version": "1.0.11"
,"description": "The «Kassa Compleet» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/kassa-compleet"
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\\KassaCompleet\\": ""}}
,"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>Kassa Compleet</label>
<dfExtension>Dfe\KassaCompleet\Ext</dfExtension>
<frontend_model>Df\Config\Block\System\Config\Form\Fieldset\Ext</frontend_model>
<dfExtension>Dfe_KassaCompleet</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\KassaCompleet\Controller\Confirm\Index' type='Df\Payment\W\Action'/>
<virtualType name='Dfe\KassaCompleet\Controller\CustomerReturn\Index' type='Df\Payment\CustomerReturn'/>
<virtualType name='Dfe\KassaCompleet\Ext' type='Df\Config\Ext'>
<arguments><argument name='name' xsi:type='string'>mage2pro/kassa-compleet</argument></arguments>
</virtualType>
</config>

0 comments on commit b41f90b

Please sign in to comment.