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 fc38f76 + 0341af2 commit 775d7d3Copy full SHA for 775d7d3
app/code/Magento/SalesRule/Model/Validator.php
@@ -532,6 +532,7 @@ public function processShippingAmount(Address $address)
532
$address->setBaseShippingDiscountAmount($this->priceCurrency->roundPrice($baseDiscountAmount));
533
$appliedRuleIds[$rule->getRuleId()] = $rule->getRuleId();
534
535
+ $this->rulesApplier->maintainAddressCouponCode($address, $rule, $this->getCouponCode());
536
$this->rulesApplier->addDiscountDescription(
537
$address,
538
$rule,
0 commit comments