CASH-1712: correct misunderstood use of zipCodeData var (not part of resultMap)
This commit is contained in:
parent
cdeede1ed6
commit
c32494309c
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ export default {
|
|||
vm.preSelectedDate = preSelectedDate;
|
||||
vm.appointmentType = appointmentType;
|
||||
vm.setDataOnLoad(
|
||||
resultMap.zipCodeData,
|
||||
zipCodeData,
|
||||
resultMap.serviceabilityDetails,
|
||||
pricedMobileFeePart,
|
||||
shopProviderData.data
|
||||
|
|
|
|||
Loading…
Reference in a new issue