Module FreeShipping mis à jour.
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
|
||||
<loops>
|
||||
<loop name="free_shipping" class="FreeShipping\Loop\FreeShipping" />
|
||||
<loop name="order.notsent.freeshipping" class="FreeShipping\Loop\NotSendOrders" />
|
||||
</loops>
|
||||
|
||||
<forms>
|
||||
<form name="freeShipping.admin.rule.creation" class="FreeShipping\Form\FreeShippingRuleCreationForm"/>
|
||||
<form name="freeShipping.admin.rule.modification" class="FreeShipping\Form\FreeShippingRuleModificationForm"/>
|
||||
<form name="freeShipping.export.inet" class="FreeShipping\Form\ExportOrder" />
|
||||
</forms>
|
||||
|
||||
<commands>
|
||||
@@ -30,6 +32,11 @@
|
||||
<argument type="service" id="service_container"/>
|
||||
<tag name="kernel.event_subscriber"/>
|
||||
</service>
|
||||
<service id="freeShipping.mail" class="FreeShipping\EventListener\SendConfirmationEmail" scope="request">
|
||||
<argument type="service" id="thelia.parser" />
|
||||
<argument type="service" id="mailer"/>
|
||||
<tag name="kernel.event_subscriber"/>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
</config>
|
||||
|
||||
Reference in New Issue
Block a user