Skip to content

Commit

Permalink
magento#12970: Can't add grouped product, with out of stock sub produ…
Browse files Browse the repository at this point in the history
…ct, to cart.
  • Loading branch information
p-bystritsky committed Jan 9, 2018
1 parent 40600b9 commit 63c7fc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function outOfStockSubProductDataProvider()
[
[
'sku' => 'virtual-product',
'cart_qty' => 5
'cart_qty' => 5,
],
[
'sku' => 'simple',
Expand Down

0 comments on commit 63c7fc9

Please sign in to comment.