Skip to content

Commit 1217cdb

Browse files
0.2.5
1 parent dbb8a2a commit 1217cdb

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/iyzico"
3-
,"version": "0.2.4"
3+
,"version": "0.2.5"
44
,"description": "The «iyzico» payment extension for Magento 2."
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/iyzico"
@@ -11,7 +11,7 @@
1111
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=2.4.23", "iyzico/iyzipay-php": "^2.0.25"}
14+
,"require": {"mage2pro/core": ">=2.4.44", "iyzico/iyzipay-php": "^2.0.25"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Iyzico\\": ""}}
1616
,"keywords": [
1717
"3D Secure"

etc/adminhtml/system.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
showInStore='1'
2323
>
2424
<label>iyzico</label>
25-
<dfExtension>Dfe\Iyzico\Ext</dfExtension>
26-
<frontend_model>Df\Config\Block\System\Config\Form\Fieldset\Ext</frontend_model>
25+
<dfExtension>Dfe_Iyzico</dfExtension>
26+
<frontend_model>Df\Config\Fieldset</frontend_model>
2727
<field
2828
id='enable'
2929
translate='label'

etc/di.xml

-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@
44
xsi:noNamespaceSchemaLocation='urn:magento:framework:ObjectManager/etc/config.xsd'
55
>
66
<virtualType name='Dfe\Iyzico\Controller\Index\Index' type='Df\Payment\W\Action'/>
7-
<virtualType name='Dfe\Iyzico\Ext' type='Df\Config\Ext'>
8-
<arguments><argument name='name' xsi:type='string'>mage2pro/iyzico</argument></arguments>
9-
</virtualType>
107
</config>

0 commit comments

Comments
 (0)