Skip to content

Commit 153f5f4

Browse files
ENGCOM-4360: As low as displays incorrect pricing on category page, tax appears to be added twice #21383 #21395
- Merge Pull Request #21395 from Jitheesh/magento2:feature/tier-min-price-21383 - Merged commits: 1. c9fff89
2 parents 0d0b300 + c9fff89 commit 153f5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Pricing/Price/MinimalTierPriceCalculator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ public function getAmount(SaleableInterface $saleableItem)
5858

5959
return $value === null
6060
? null
61-
: $this->calculator->getAmount($value, $saleableItem);
61+
: $this->calculator->getAmount($value, $saleableItem, 'tax');
6262
}
6363
}

0 commit comments

Comments
 (0)