diff --git a/src/store/index.js b/src/store/index.js index 3407cecf..d60533e4 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -2380,9 +2380,9 @@ export const useMainStore = defineStore({ AppointmentType: appointmentType, PricedLineItems: getLineItemsFlattened(pricedLineItems), ServiceLocation: { - city: isMobileApt ? serviceLocationCity : null, - state: isMobileApt ? serviceLocationState : null, - zipCode: isMobileApt ? serviceLocationZipCode : null, + City: isMobileApt ? serviceLocationCity : null, + State: isMobileApt ? serviceLocationState : null, + ZipCode: isMobileApt ? serviceLocationZipCode : null, }, ServerData: lineItemServerData ? lineItemServerData : "", },