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;