Merge pull request #658 from Safelite/feature/richardson/SSR-1176.2
whoops had them reversed.
This commit is contained in:
commit
fe2b5adc1e
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ export const useMainStore = defineStore({
|
||||||
experimentOrder: (s) => {
|
experimentOrder: (s) => {
|
||||||
const ctuToUse = (s.order.serviceLocation.appointmentType === AppointmentTypeStrings.IN_SHOP
|
const ctuToUse = (s.order.serviceLocation.appointmentType === AppointmentTypeStrings.IN_SHOP
|
||||||
|| s.order.serviceLocation.appointmentType === AppointmentTypeStrings.DROP_OFF)
|
|| s.order.serviceLocation.appointmentType === AppointmentTypeStrings.DROP_OFF)
|
||||||
? s.order.serviceLocation.zipCodeCtu : s.order.serviceLocation.provider?.address?.zipCodeCtu;
|
? s.order.serviceLocation.provider?.address?.zipCodeCtu : s.order.serviceLocation.zipCodeCtu;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
funnelVehicleYear: s.order.vehicle.year,
|
funnelVehicleYear: s.order.vehicle.year,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue