Skip to content

Commit 70ff086

Browse files
committed
ACP2E-1634: fix failing integration tests
1 parent 692f374 commit 70ff086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function __construct(CalculatorInterface $calculator)
4242
*/
4343
public function getValue(SaleableInterface $saleableItem)
4444
{
45+
$this->lowestTierPrice = null;
4546
/** @var TierPrice $price */
4647
$tierPrice = $saleableItem->getPriceInfo()->getPrice(TierPrice::PRICE_CODE);
4748
$tierPriceList = $tierPrice->getTierPriceList();

0 commit comments

Comments
 (0)