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,
|
||||
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 : "",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue