Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 887ee4a

Browse files
committed
#14020-Cart-Sales-Rule-with-negated-condition-over-special-price-does-not-work-for-configurable-products.
Added configurable product to dependencies
1 parent 9a35b45 commit 887ee4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/SalesRule/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"magento/module-widget": "101.0.*",
2020
"magento/module-quote": "101.0.*",
2121
"magento/module-ui": "101.0.*",
22-
"magento/framework": "101.0.*"
22+
"magento/framework": "101.0.*",
23+
"magento/module-configurable-product": "100.*"
2324
},
2425
"suggest": {
2526
"magento/module-sales-rule-sample-data": "Sample Data version:100.2.*"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<module name="Magento_Catalog"/>
1313
<module name="Magento_Sales"/>
1414
<module name="Magento_Quote"/>
15+
<module name="Magento_ConfigurableProduct"/>
1516
</sequence>
1617
</module>
1718
</config>

0 commit comments

Comments
 (0)