We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cf1156 + c1ac94d commit 017d3c3Copy full SHA for 017d3c3
app/code/Magento/Tax/Model/Sales/Total/Quote/Tax.php
@@ -164,9 +164,8 @@ protected function clearValues(Address\Total $total)
164
$total->setBaseShippingInclTax(0);
165
$total->setShippingTaxAmount(0);
166
$total->setBaseShippingTaxAmount(0);
167
- $total->setShippingAmountForDiscount(0);
168
- $total->setBaseShippingAmountForDiscount(0);
169
+ $total->setShippingAmountForDiscount(null);
+ $total->setBaseShippingAmountForDiscount(null);
170
$total->setTotalAmount('extra_tax', 0);
171
$total->setBaseTotalAmount('extra_tax', 0);
172
}
0 commit comments