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 838dc60 commit 28d38f9Copy full SHA for 28d38f9
app/code/Magento/ConfigurableProductGraphQl/Model/Wishlist/ChildSku.php
@@ -42,7 +42,7 @@ public function resolve(
42
$superAttribute = $optionsArray['super_attribute'];
43
$totalSelected = array_filter($superAttribute);
44
45
- if(count($totalSelected) > 0) {
+ if (count($totalSelected) > 0) {
46
$optionProduct = $product->getCustomOption('simple_product')->getProduct();
47
return $optionProduct->getSku();
48
} else {
0 commit comments