Skip to content

Commit cadac43

Browse files
author
Leonid Poluyanov
committed
MAGETWO-53162: Tax is ignored in totals calculation on Storefront Shopping Cart & Checkout
1 parent 80a273f commit cadac43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
99
<module name="Magento_CatalogRuleSampleData" setup_version="2.0.0">
1010
<sequence>
11-
<module name="Magento_CatalogRule"/>
11+
<module name="Magento_CatalogRuleConfigurable"/>
1212
<module name="Magento_SampleData"/>
1313
<module name="Magento_ConfigurableSampleData"/>
1414
</sequence>

app/code/Magento/ConfigurableSampleData/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"magento/module-configurable-product": "100.1.*",
77
"magento/module-sample-data": "100.1.*",
88
"magento/module-product-links-sample-data": "100.1.*",
9-
"magento/module-sales-sample-data": "100.1.*"
109
},
1110
"type": "magento2-module",
1211
"version": "100.1.0-rc1",

app/code/Magento/SalesSampleData/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"require": {
55
"php": "~5.5.0|~5.6.0|~7.0.0",
66
"magento/module-sales": "100.1.*",
7-
"magento/module-sample-data": "100.1.*"
7+
"magento/module-sample-data": "100.1.*",
8+
"magento/module-configurable-sample-data": "100.1.*"
89
},
910
"type": "magento2-module",
1011
"version": "100.1.0-rc1",

0 commit comments

Comments
 (0)