diff --git a/src/store/index.js b/src/store/index.js index 1f68c4989..83c38c570 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -714,7 +714,6 @@ export const mutations = { !sessionInformation.order.serviceLocation.provider?.providerNumber ) { state.order.payment.isInsurance = null; - //externalParameterState.isExternalParameter = externalParameterStatus.NOT_SET; } else { state.order.payment.isInsurance = sessionInformation.order.payment.isInsurance; }