CASH-845 add zipCode to mobile call payload
This commit is contained in:
parent
66248db361
commit
c2aed7e25a
1 changed files with 1 additions and 0 deletions
|
|
@ -287,6 +287,7 @@ const getScheduleApiResponse = async ({startDateString, endDateString, providerN
|
||||||
payload: {
|
payload: {
|
||||||
startDate: apiStartDate,
|
startDate: apiStartDate,
|
||||||
endDate: apiEndDate,
|
endDate: apiEndDate,
|
||||||
|
zipCode: zipCode,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
storeActionConfigInshop = {
|
storeActionConfigInshop = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue