Skip to content

Commit 070e8b1

Browse files
committed
ACP2E-4294: Restricted Category Products Still Counted in Wishlist After Customer Group Update
1 parent 2b1f1c0 commit 070e8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ protected function _addCatalogProduct(Product $product, $qty = 1, $forciblySetQt
369369
*
370370
* @return \Magento\Wishlist\Model\ResourceModel\Item\Collection
371371
*
372-
* @throws NoSuchEntityException|Exception
372+
* @throws NoSuchEntityException
373373
*/
374374
public function getItemCollection()
375375
{

0 commit comments

Comments
 (0)