Skip to content

Commit 0c9aa81

Browse files
committed
Revert "#14020-Cart-Sales-Rule-with-negated-condition-over-special-price-does-not-work-for-configurable-products. Added configurable product to dependencies"
This reverts commit 887ee4a
1 parent 887ee4a commit 0c9aa81

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/code/Magento/SalesRule/composer.json

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<module name="Magento_Catalog"/>
1313
<module name="Magento_Sales"/>
1414
<module name="Magento_Quote"/>
15-
<module name="Magento_ConfigurableProduct"/>
1615
</sequence>
1716
</module>
1817
</config>

0 commit comments

Comments
 (0)