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 8681d30 commit 2273d38Copy full SHA for 2273d38
app/code/Magento/BundleGraphQl/Model/Resolver/PriceRange.php
@@ -73,7 +73,7 @@ public function resolve(
73
array $args = null
74
) {
75
$this->productDataProvider->addProductSku($value['sku']);
76
- $productData = $this->productDataProvider->getProductBySku($value['sku']);
+ $productData = $this->productDataProvider->getProductBySku($value['sku'], $context);
77
$value['model'] = $productData['model'];
78
79
return $this->priceRangeDataProvider->prepare($context, $info, $value);
0 commit comments