You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select count(*) from ticket where status not in ('ACQUIRED', 'CHECKED_IN', 'TO_BE_PAID', 'INVALIDATED', 'CANCELLED') and category_id = :categoryId and event_id = :eventId
TicketReservationManager.countAvailableTickets count tickets with "PENDING" status as available.
This could be confusing for the user in the ticket page.
The text was updated successfully, but these errors were encountered: