Skip to content

Commit cae9ec6

Browse files
0.0.1
1 parent ae8e3ee commit cae9ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
44
xsi:noNamespaceSchemaLocation='urn:magento:framework:Module/etc/module.xsd'
55
>
6-
<module name='Dfe_IPay' setup_version='0.0.1'>
6+
<module name='Dfe_IPay88' setup_version='0.0.1'>
77
<sequence>
88
<module name='Df_Core'/>
99
</sequence>

registration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22
use Magento\Framework\Component\ComponentRegistrar as R;
3-
R::register(R::MODULE, 'Dfe_IPay', __DIR__);
3+
R::register(R::MODULE, 'Dfe_IPay88', __DIR__);

0 commit comments

Comments
 (0)