Merge pull request #483 from Safelite/feature/richardson/SSR-675.5

Not sure how this got lost.
This commit is contained in:
brich1212safe 2023-10-16 12:03:13 -04:00 committed by GitHub
commit 2423a04e29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -997,7 +997,9 @@ export const useMainStore = defineStore({
zipCode: serviceLocation.zipCode,
zipCodeCtu: serviceLocation.zipCodeCtu
},
appointmentType: serviceLocation.appointmentType,
appointmentType: (serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE
|| serviceLocation.appointmentType === AppointmentTypeStrings.MOBILE_NOT_ITAC_AND_NOT_NOCOMP)
? AppointmentTypeStrings.MOBILE : serviceLocation.appointmentType,
isVehicleProtected: serviceLocation.isVehicleProtected,
provider: {
providerNumber: serviceLocation.provider?.providerNumber,