set dispatcher to cartItem on adding new item on cart
This commit is contained in:
@@ -86,6 +86,7 @@ class Cart implements EventSubscriberInterface
|
||||
;
|
||||
|
||||
$cartItem = new CartItem();
|
||||
$cartItem->setDisptacher($event->getDispatcher());
|
||||
$cartItem
|
||||
->setCart($cart)
|
||||
->setProductId($form->get("product")->getData())
|
||||
|
||||
Reference in New Issue
Block a user