Skip to content

Commit 5077321

Browse files
committed
magento/graphql-ce#146: [Checkout] Add downloadable product to Cart
- fixed module sequence
1 parent c115516 commit 5077321

File tree

1 file changed

+3
-2
lines changed
  • app/code/Magento/DownloadableGraphQl/etc

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
99
<module name="Magento_DownloadableGraphQl" >
1010
<sequence>
11-
<module name="Magento_Catalog"/>
12-
<module name="Magento_Downloadable"/>
1311
<module name="Magento_GraphQl"/>
12+
<module name="Magento_Catalog"/>
1413
<module name="Magento_CatalogGraphQl"/>
14+
<module name="Magento_QuoteGraphQl"/>
15+
<module name="Magento_Downloadable"/>
1516
</sequence>
1617
</module>
1718
</config>

0 commit comments

Comments
 (0)