diff --git a/src/store/index.js b/src/store/index.js index 4c597f70..5e6da404 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -556,7 +556,7 @@ export const useMainStore = defineStore({ const { vin } = vehicle; // create a new array to avoid mutating state - const glassArrayForPayload = convertGlassPieceToBackEndCompatibleFormat(glassArray); + const glassArrayForPayload = convertGlassPieceNamingForApi(glassArray); const response = await globalMethods.callHttpClient({ method: endpoints.GetPartsOrQuestions.method,