Skip to content

Commit 9843aa4

Browse files
committed
AC-8964::ConfigurableProduct Stock status
1 parent 28d38f9 commit 9843aa4

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
@@ -37,7 +37,7 @@ public function resolve(
3737
/** @var Product $product */
3838
$product = $value['model'];
3939

40-
/** to handle no child sku selected at add to whishlist time */
40+
/** to handle no child sku selected at add to wishlist time */
4141
$optionsArray = json_decode($product->getCustomOption('info_buyRequest')->getValue(), true);
4242
$superAttribute = $optionsArray['super_attribute'];
4343
$totalSelected = array_filter($superAttribute);

0 commit comments

Comments
 (0)