@gomusdev/web-components 1.36.0 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -31085,7 +31085,8 @@ var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot
|
|
|
31085
31085
|
const { tickets, quotas } = await shop.asyncFetch(() => shop.ticketsAndQuotas({
|
|
31086
31086
|
"by_ticket_ids[]": ticketIds,
|
|
31087
31087
|
by_bookable: true,
|
|
31088
|
-
valid_at: tsd.selectedDate?.toString()
|
|
31088
|
+
valid_at: tsd.selectedDate?.toString(),
|
|
31089
|
+
date_id: segment.dateId
|
|
31089
31090
|
}));
|
|
31090
31091
|
shop.capacityManager.addQuotas(quotas);
|
|
31091
31092
|
const available = filterAvailabletickets(tickets, tsd.selectedTime);
|
|
@@ -31085,7 +31085,8 @@ async function loadEventTickets(segment) {
|
|
|
31085
31085
|
const { tickets, quotas } = await shop.asyncFetch(() => shop.ticketsAndQuotas({
|
|
31086
31086
|
"by_ticket_ids[]": ticketIds,
|
|
31087
31087
|
by_bookable: true,
|
|
31088
|
-
valid_at: tsd.selectedDate?.toString()
|
|
31088
|
+
valid_at: tsd.selectedDate?.toString(),
|
|
31089
|
+
date_id: segment.dateId
|
|
31089
31090
|
}));
|
|
31090
31091
|
shop.capacityManager.addQuotas(quotas);
|
|
31091
31092
|
const available = filterAvailabletickets(tickets, tsd.selectedTime);
|