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 2cfd8a0 commit 2d9740dCopy full SHA for 2d9740d
app/code/Magento/CatalogCustomerGraphQl/Model/Resolver/PriceTiers.php
@@ -120,7 +120,6 @@ function () use ($productId, $context) {
120
121
$productPrice = $this->tiers->getProductRegularPrice($productId) ?? 0.0;
122
$tierPrices = $this->tiers->getProductTierPrices($productId) ?? [];
123
-// $tierPrices = $this->filterTierPrices($tierPrices);
124
return $this->formatProductTierPrices($tierPrices, $productPrice, $store);
125
}
126
);
0 commit comments