CASH-1925
CASH-192getITACPriceOrderItemsascalCasing
This commit is contained in:
parent
c35f21452e
commit
3ff57ad9f9
1 changed files with 3 additions and 3 deletions
|
|
@ -2380,9 +2380,9 @@ export const useMainStore = defineStore({
|
||||||
AppointmentType: appointmentType,
|
AppointmentType: appointmentType,
|
||||||
PricedLineItems: getLineItemsFlattened(pricedLineItems),
|
PricedLineItems: getLineItemsFlattened(pricedLineItems),
|
||||||
ServiceLocation: {
|
ServiceLocation: {
|
||||||
city: isMobileApt ? serviceLocationCity : null,
|
City: isMobileApt ? serviceLocationCity : null,
|
||||||
state: isMobileApt ? serviceLocationState : null,
|
State: isMobileApt ? serviceLocationState : null,
|
||||||
zipCode: isMobileApt ? serviceLocationZipCode : null,
|
ZipCode: isMobileApt ? serviceLocationZipCode : null,
|
||||||
},
|
},
|
||||||
ServerData: lineItemServerData ? lineItemServerData : "",
|
ServerData: lineItemServerData ? lineItemServerData : "",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue