We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8e3ee commit cae9ec6Copy full SHA for cae9ec6
etc/module.xml
@@ -3,7 +3,7 @@
3
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
4
xsi:noNamespaceSchemaLocation='urn:magento:framework:Module/etc/module.xsd'
5
>
6
- <module name='Dfe_IPay' setup_version='0.0.1'>
+ <module name='Dfe_IPay88' setup_version='0.0.1'>
7
<sequence>
8
<module name='Df_Core'/>
9
</sequence>
registration.php
@@ -1,3 +1,3 @@
1
<?php
2
use Magento\Framework\Component\ComponentRegistrar as R;
-R::register(R::MODULE, 'Dfe_IPay', __DIR__);
+R::register(R::MODULE, 'Dfe_IPay88', __DIR__);
0 commit comments