Skip to content

Commit 2d9740d

Browse files
committed
minor fix
1 parent 2cfd8a0 commit 2d9740d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogCustomerGraphQl/Model/Resolver/PriceTiers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ function () use ($productId, $context) {
120120

121121
$productPrice = $this->tiers->getProductRegularPrice($productId) ?? 0.0;
122122
$tierPrices = $this->tiers->getProductTierPrices($productId) ?? [];
123-
// $tierPrices = $this->filterTierPrices($tierPrices);
124123
return $this->formatProductTierPrices($tierPrices, $productPrice, $store);
125124
}
126125
);

0 commit comments

Comments
 (0)