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 2613378 + 795716e commit eb4937aCopy full SHA for eb4937a
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