CASH-845 add zipCode to mobile call payload

This commit is contained in:
AdamCaouetteSafelite 2025-07-10 06:46:56 -04:00
parent 66248db361
commit c2aed7e25a

View file

@ -287,6 +287,7 @@ const getScheduleApiResponse = async ({startDateString, endDateString, providerN
payload: { payload: {
startDate: apiStartDate, startDate: apiStartDate,
endDate: apiEndDate, endDate: apiEndDate,
zipCode: zipCode,
}, },
}; };
storeActionConfigInshop = { storeActionConfigInshop = {