CASH-845: include mobile/inshop selectivity on load more dates calls
This commit is contained in:
parent
d2cf736c4c
commit
f1ec6e6ff8
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue