CASH-845: include mobile/inshop selectivity on load more dates calls

This commit is contained in:
AdamCaouetteSafelite 2025-07-18 02:00:01 -04:00
parent d2cf736c4c
commit f1ec6e6ff8

View file

@ -1165,8 +1165,10 @@ export default {
const moreShopTimeSlots = await getScheduleApiResponse({ const moreShopTimeSlots = await getScheduleApiResponse({
startDateString: startDate, startDateString: startDate,
endDateString: endDate, endDateString: endDate,
providerNumber: this.selectedProvider.providerNumber, providerNumber: this.selectedProvider?.providerNumber,
zipCode: this.zipCode, zipCode: this.zipCode,
includeMobileTimeSlots: this.isServiceableMobile,
includeInshopTimeSlots: this.isServiceableInshop || this.isServiceableDropoff,
}); });
// ADD API CALL RESULTS TO EXISTING DATE DATA // ADD API CALL RESULTS TO EXISTING DATE DATA