From 3ff57ad9f988f9fbaca2903b72c471db1429cdae Mon Sep 17 00:00:00 2001 From: CarlNation Date: Sat, 10 Jan 2026 16:08:08 -0500 Subject: [PATCH] CASH-1925 CASH-192getITACPriceOrderItemsascalCasing --- src/store/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 : "", },