dispatch event when cart is duplicated

This commit is contained in:
Manuel Raynaud
2013-08-02 16:01:21 +02:00
parent fe850718cc
commit 9995daa158
5 changed files with 23 additions and 33 deletions

View File

@@ -14,6 +14,8 @@
<service id="thelia.action.cart" class="Thelia\Action\Cart">
<tag name="kernel.event_subscriber"/>
<argument type="service" id="event_dispatcher"/>
</service>
<service id="thelia.action.customer" class="Thelia\Action\Customer" scope="request">