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 50a4da0 + 1010526 commit c1ac94dCopy full SHA for c1ac94d
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