add cart item id on order product save event

This commit is contained in:
Manuel Raynaud
2014-03-28 09:18:03 +01:00
parent 5046a1f424
commit 886320789a
4 changed files with 48 additions and 2 deletions

View File

@@ -266,6 +266,7 @@ class Order extends BaseAction implements EventSubscriberInterface
->setTaxRuleTitle($taxRuleI18n->getTitle())
->setTaxRuleDescription($taxRuleI18n->getDescription())
->setEanCode($pse->getEanCode())
->setCartIemId($cartItem->getId())
->setDispatcher($dispatcher)
->save($con)
;