Skip to content

Commit bdbdd26

Browse files
committed
ACP2E-1634: addressing CR comments
1 parent 21e44a9 commit bdbdd26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ public function getValue(SaleableInterface $saleableItem)
5252
*/
5353
public function getAmount(SaleableInterface $saleableItem)
5454
{
55-
$value = $this->getValue($saleableItem);
56-
return $value === null ? null : $this->lowestTierPrice;
57-
5855
$this->lowestTierPrice = null;
5956
/** @var TierPrice $price */
6057
$tierPrice = $saleableItem->getPriceInfo()->getPrice(TierPrice::PRICE_CODE);

0 commit comments

Comments
 (0)