feat(cart): implement InvalidateEventDateCartsService to handle cart invalidation for rescheduled event dates

This commit is contained in:
2026-09-17 10:27:27 -03:00
parent 1269ebcda0
commit de08ee4ac7
5 changed files with 265 additions and 1 deletions

View File

@@ -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';