Added ForSomeCustomer condition

This commit is contained in:
Franck Allimant
2014-05-12 23:37:43 +02:00
parent eb0054d21e
commit 112cb8eeb0
3 changed files with 204 additions and 0 deletions

View File

@@ -77,6 +77,11 @@
<tag name="thelia.coupon.addCondition"/>
</service>
<service id="thelia.condition.for_some_customers" class="Thelia\Condition\Implementation\ForSomeCustomers">
<argument type="service" id="thelia.facade" />
<tag name="thelia.coupon.addCondition"/>
</service>
</services>
</config>