Skip to content

Commit fd035a6

Browse files
author
okarpenko
committed
MAGETWO-34757: Impossible to add configured product from wishlist to shopping cart
1 parent 0e51b53 commit fd035a6

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/GroupedProduct/Model/Product/Type

1 file changed

+2
-2
lines changed

app/code/Magento/GroupedProduct/Model/Product/Type/Grouped.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ public function save($product)
328328

329329
/**
330330
* @param \Magento\Framework\Object $buyRequest
331-
* @param $product
332-
* @param $isStrictProcessMode
331+
* @param \Magento\Catalog\Model\Product $product
332+
* @param bool $isStrictProcessMode
333333
* @return array|string
334334
*/
335335
protected function getProductInfo(\Magento\Framework\Object $buyRequest, $product, $isStrictProcessMode)

0 commit comments

Comments
 (0)