Skip to content

Commit b2022f9

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/code/Magento/QuoteGraphQl/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"magento/module-quote": "*",
99
"magento/module-checkout": "*",
1010
"magento/module-catalog": "*",
11+
"magento/module-catalog-graph-ql": "*",
1112
"magento/module-store": "*",
1213
"magento/module-customer": "*",
1314
"magento/module-customer-graph-ql": "*",

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_QuoteGraphQl"/>
9+
<module name="Magento_QuoteGraphQl">
10+
<sequence>
11+
<module name="Magento_CatalogGraphQl"/>
12+
</sequence>
13+
</module>
1014
</config>

0 commit comments

Comments
 (0)