Skip to content

Commit 696fe47

Browse files
committed
ACP2E-2646: [Cloud] Sales Rule not applied to first order of Multi Shipping
1 parent cb8f014 commit 696fe47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/SalesRule/Model/Quote/Discount.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public function collect(
181181
$child->setDiscountPercent(0);
182182
}
183183
}
184+
$item->getAddress()->setBaseDiscountAmount(0);
184185
}
185186
$this->calculator->init($store->getWebsiteId(), $quote->getCustomerGroupId(), $quote->getCouponCode());
186187
$this->calculator->initTotals($items, $address);

0 commit comments

Comments
 (0)