set dispatcher to cartItem on adding new item on cart

This commit is contained in:
Manuel Raynaud
2013-08-06 13:00:08 +02:00
parent 7343e7ee02
commit 86161f0320
2 changed files with 43 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ class Cart implements EventSubscriberInterface
;
$cartItem = new CartItem();
$cartItem->setDisptacher($event->getDispatcher());
$cartItem
->setCart($cart)
->setProductId($form->get("product")->getData())