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 8b1924a + eb4937a commit 995a8f1Copy full SHA for 995a8f1
app/code/Magento/SalesRule/Model/Quote/Discount.php
@@ -131,6 +131,8 @@ public function collect(
131
$this->calculator->processShippingAmount($address);
132
$total->addTotalAmount($this->getCode(), -$address->getShippingDiscountAmount());
133
$total->addBaseTotalAmount($this->getCode(), -$address->getBaseShippingDiscountAmount());
134
+ $total->setShippingDiscountAmount($address->getShippingDiscountAmount());
135
+ $total->setBaseShippingDiscountAmount($address->getBaseShippingDiscountAmount());
136
}
137
138
$this->calculator->prepareDescription($address);
0 commit comments