Closed vivienlacourba closed 10 years ago
It is still possible to create from the console a coupon with an invalid code from (see first bullet).
The following command still uses <code>
instead of <couponId>
(see third bullet):
coupon-redeem <code> <userId> - redeem a coupon to a userId
coupon-create
command, as currently it is possible to create1234
as a coupon. e.g.coupon-campaign-create
command as otherwise we would generate invalid coupons<code>
as the key and only keep the ones that uses the coupon id (also rewrite<id>
in<couponId>
to match the user and job commands).