Skip to content

Commit 9692fbc

Browse files
author
Prabhu Ram
committed
MC-32120: Catalog price rules are not included in CartItemPrices
- Replaced hard dependency with soft. Static fix
1 parent 9ce87f8 commit 9692fbc

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

app/code/Magento/CatalogRuleGraphQl/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"type": "magento2-module",
55
"require": {
66
"php": "~7.1.3||~7.2.0||~7.3.0",
7-
"magento/framework": "*",
7+
"magento/framework": "*"
8+
},
9+
"suggest": {
810
"magento/module-catalog-rule": "*"
911
},
1012
"license": [

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@
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_CatalogRuleGraphQl">
10-
<sequence>
11-
<module name="Magento_CatalogRule"/>
12-
</sequence>
13-
</module>
9+
<module name="Magento_CatalogRuleGraphQl" />
1410
</config>

0 commit comments

Comments
 (0)