Skip to content

Commit 25fb122

Browse files
committed
MAGETWO-60605: Exception when adding configurable product by sku from customer account if associated simple product is out of stock
1 parent d93b9e3 commit 25fb122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurablePriceResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function __construct(
5353

5454
/**
5555
* @param \Magento\Framework\Pricing\SaleableInterface|\Magento\Catalog\Model\Product $product
56-
* @return float | null
56+
* @return float|null
5757
*/
5858
public function resolvePrice(\Magento\Framework\Pricing\SaleableInterface $product)
5959
{

0 commit comments

Comments
 (0)