Working
- Base create/update coupon in backoffice
This commit is contained in:
@@ -92,7 +92,7 @@ class Coupon extends BaseAction implements EventSubscriberInterface
|
||||
$event->isCumulative(),
|
||||
$event->getMaxUsage(),
|
||||
$event->getRules(),
|
||||
$event->getLang()
|
||||
$event->getLocale()
|
||||
);
|
||||
|
||||
$event->setCoupon($coupon);
|
||||
|
||||
Reference in New Issue
Block a user