Skip to content

Commit 65fb5b6

Browse files
committed
Merge remote-tracking branch 'mainline/2.4-develop' into 2.4.1-develop
2 parents 2d09485 + 5843140 commit 65fb5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Model/Sales/Total/Quote/CommonTaxCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ public function updateItemTaxInfo($quoteItem, $itemTaxDetails, $baseItemTaxDetai
695695
//The price should be base price
696696
$quoteItem->setPrice($baseItemTaxDetails->getPrice());
697697
if ($quoteItem->getCustomPrice() && $this->taxHelper->applyTaxOnCustomPrice()) {
698-
$quoteItem->setCustomPrice($baseItemTaxDetails->getPrice());
698+
$quoteItem->setCustomPrice($itemTaxDetails->getPrice());
699699
}
700700
$quoteItem->setConvertedPrice($itemTaxDetails->getPrice());
701701
$quoteItem->setPriceInclTax($itemTaxDetails->getPriceInclTax());

0 commit comments

Comments
 (0)