From 5f3f647fb803f0cb1331f98e2a1d349d50f173cc Mon Sep 17 00:00:00 2001 From: Katie Date: Thu, 25 Aug 2022 08:25:36 -0400 Subject: [PATCH] CSR-111 Tested with dynamic values --- src/mixins/vehicle-questions-mixin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixins/vehicle-questions-mixin.js b/src/mixins/vehicle-questions-mixin.js index cdfc5f261..06776174f 100644 --- a/src/mixins/vehicle-questions-mixin.js +++ b/src/mixins/vehicle-questions-mixin.js @@ -93,8 +93,8 @@ export default { for (let partOrQuestion of partsOrQuestions) { if (this.hasCapabilityQuestions([partOrQuestion])) { let capabilityQuestionsForGlassLocation = (await baseMixin.methods.dispatchStoreAction(storeActions.GET_CAPABILITY_QUESTIONS, { - carId: "CR00064847", // store.getters.vehicle.carId, - partNumber: "DW01929GBYN" // glassLocationWithCapabilityQuestion.parts[0].partNumber + carId: store.getters.vehicle.carId, + partNumber: partOrQuestion.parts[0].partNumber })).data; capabilityQuestionsForGlassLocation.forEach(question => {