Skip to content

Commit cba379b

Browse files
committed
Merge remote-tracking branch 'origin/AC-15385' into spartans_pr_27102025
2 parents 2433855 + a4a2488 commit cba379b

File tree

3 files changed

+1580
-295
lines changed

3 files changed

+1580
-295
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
@@ -746,7 +746,7 @@ protected function processAppliedTaxes(
746746
*/
747747
public function updateItemTaxInfo($quoteItem, $itemTaxDetails, $baseItemTaxDetails, $store)
748748
{
749-
$quoteItem->setPrice($itemTaxDetails->getPrice());
749+
$quoteItem->setPrice($baseItemTaxDetails->getPrice());
750750
if ($quoteItem->getCustomPrice() && $this->taxHelper->applyTaxOnCustomPrice()) {
751751
$quoteItem->setCustomPrice($itemTaxDetails->getPrice());
752752
}

0 commit comments

Comments
 (0)