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 28d38f9 commit 9843aa4Copy full SHA for 9843aa4
app/code/Magento/ConfigurableProductGraphQl/Model/Wishlist/ChildSku.php
@@ -37,7 +37,7 @@ public function resolve(
37
/** @var Product $product */
38
$product = $value['model'];
39
40
- /** to handle no child sku selected at add to whishlist time */
+ /** to handle no child sku selected at add to wishlist time */
41
$optionsArray = json_decode($product->getCustomOption('info_buyRequest')->getValue(), true);
42
$superAttribute = $optionsArray['super_attribute'];
43
$totalSelected = array_filter($superAttribute);
0 commit comments