Skip to content

Commit 28d38f9

Browse files
committed
AC-8964::ConfigurableProduct Stock status
1 parent 838dc60 commit 28d38f9

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProductGraphQl/Model/Wishlist

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProductGraphQl/Model/Wishlist/ChildSku.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function resolve(
4242
$superAttribute = $optionsArray['super_attribute'];
4343
$totalSelected = array_filter($superAttribute);
4444

45-
if(count($totalSelected) > 0) {
45+
if (count($totalSelected) > 0) {
4646
$optionProduct = $product->getCustomOption('simple_product')->getProduct();
4747
return $optionProduct->getSku();
4848
} else {

0 commit comments

Comments
 (0)