Skip to content

Commit

Permalink
magento#14020-Cart-Sales-Rule-with-negated-condition-over-special-pri…
Browse files Browse the repository at this point in the history
…ce-does-not-work-for-configurable-products.

Added configurable product to dependencies
  • Loading branch information
novikor committed Jul 7, 2018
1 parent 9a35b45 commit 887ee4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/SalesRule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"magento/module-widget": "101.0.*",
"magento/module-quote": "101.0.*",
"magento/module-ui": "101.0.*",
"magento/framework": "101.0.*"
"magento/framework": "101.0.*",
"magento/module-configurable-product": "100.*"
},
"suggest": {
"magento/module-sales-rule-sample-data": "Sample Data version:100.2.*"
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/SalesRule/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<module name="Magento_Catalog"/>
<module name="Magento_Sales"/>
<module name="Magento_Quote"/>
<module name="Magento_ConfigurableProduct"/>
</sequence>
</module>
</config>

0 comments on commit 887ee4a

Please sign in to comment.