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.
1 parent 21e44a9 commit bdbdd26Copy full SHA for bdbdd26
app/code/Magento/Catalog/Pricing/Price/MinimalTierPriceCalculator.php
@@ -52,9 +52,6 @@ public function getValue(SaleableInterface $saleableItem)
52
*/
53
public function getAmount(SaleableInterface $saleableItem)
54
{
55
- $value = $this->getValue($saleableItem);
56
- return $value === null ? null : $this->lowestTierPrice;
57
-
58
$this->lowestTierPrice = null;
59
/** @var TierPrice $price */
60
$tierPrice = $saleableItem->getPriceInfo()->getPrice(TierPrice::PRICE_CODE);
0 commit comments