bug
This commit is contained in:
@@ -221,7 +221,7 @@ export class CartService {
|
||||
await this.validationService.assertCouponUsageLimit(userId, (coupon as any).id, coupon.maxUsesPerUser);
|
||||
await this.validationService.assertCouponMatchesCartIfRestricted(
|
||||
cart,
|
||||
coupon.foodCategories,
|
||||
coupon.productCategories,
|
||||
coupon.products,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user