File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
"require" : {
6
6
"php" : " ~7.4||~8.1.0||~8.2.0||~8.3.0" ,
7
7
"magento/framework" : " *" ,
8
+ "magento/module-bundle" : " *" ,
8
9
"magento/module-catalog" : " *" ,
9
10
"magento/module-configurable-product" : " *" ,
10
11
"magento/module-checkout" : " *" ,
11
12
"magento/module-customer" : " *" ,
13
+ "magento/module-directory" : " *" ,
14
+ "magento/module-grouped-product" : " *" ,
12
15
"magento/module-sales" : " *" ,
13
16
"magento/module-store" : " *" ,
14
17
"magento/module-quote" : " *" ,
Original file line number Diff line number Diff line change 2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
3
<module name =" Meta_Conversion" >
4
4
<sequence >
5
+ <module name =" Magento_Bundle" />
5
6
<module name =" Magento_Catalog" />
6
7
<module name =" Magento_ConfigurableProduct" />
7
8
<module name =" Magento_Checkout" />
8
9
<module name =" Magento_Customer" />
9
10
<module name =" Magento_Directory" />
11
+ <module name =" Magento_GroupedProduct" />
10
12
<module name =" Magento_Sales" />
11
13
<module name =" Magento_Store" />
12
14
<module name =" Magento_Quote" />
You can’t perform that action at this time.
0 commit comments