From ccd1e372dddca316ca6e9ef7c671faba002011d6 Mon Sep 17 00:00:00 2001 From: Chris Redelinghuys Date: Fri, 28 Feb 2025 16:30:21 -0500 Subject: [PATCH] CASH-70 --- src/store/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 86b57d1f9..a7e7c6ae9 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -638,7 +638,6 @@ export const mutations = { state.order.eon = sessionInformation.order.eon; state.order.customerPortalLoginToken = sessionInformation.order.CustomerPortalLoginToken; state.order.isRecalAckOptIn = sessionInformation.order.isRecalAckOptIn; - state.order.isMSRFeeApplicable = sessionInformation.order.isMSRFeeApplicable; if (state.order.vehicle.vin !== sessionInformation.order.vehicle?.vin) { state.applicationUser.pageData[fmgPageValues.PART_QUESTIONS] = null;