Skip to content

Commit edbf845

Browse files
committed
MC-13861: Build stabilization for MC-4239
1 parent 71cab95 commit edbf845

File tree

1 file changed

+5
-2
lines changed
  • app/code/Magento/AuthorizenetAcceptjs/etc

1 file changed

+5
-2
lines changed

app/code/Magento/AuthorizenetAcceptjs/etc/module.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd" >
99
<module name="Magento_AuthorizenetAcceptjs" setup_version="1.0.0">
1010
<sequence>
11-
<module name="Magento_Sales"/>
12-
<module name="Magento_Quote"/>
11+
<module name="Magento_Customer"/>
12+
<module name="Magento_Payment"/>
1313
<module name="Magento_Checkout"/>
14+
<module name="Magento_Catalog"/>
15+
<module name="Magento_Quote"/>
16+
<module name="Magento_Theme"/>
1417
</sequence>
1518
</module>
1619
</config>

0 commit comments

Comments
 (0)