feat(cart): implement InvalidateEventDateCartsService to handle cart invalidation for rescheduled event dates
This commit is contained in:
@@ -19,6 +19,8 @@ class StockReservationService
|
||||
|
||||
public const REASON_CART_CHANGED = 'cart_changed';
|
||||
|
||||
public const REASON_EVENT_DATE_RESCHEDULED = 'event_date_rescheduled';
|
||||
|
||||
public const REASON_PURCHASE_SUPERSEDED = 'purchase_superseded';
|
||||
|
||||
public const REASON_PURCHASE_CANCELLED = 'purchase_cancelled';
|
||||
|
||||
Reference in New Issue
Block a user