From 1833e67272a1c1fbd70d1600510f8a2a45694413 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Sun, 1 Dec 2024 09:48:34 -0500 Subject: [PATCH] CSR-2420 trying to debug issue CSR-2420 trying to debug issue --- src/store/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/store/index.js b/src/store/index.js index c91f9a63c..77e745bfe 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -689,6 +689,8 @@ export const mutations = { !sessionInformation.order.payment.isInsurance && !sessionInformation.order.serviceLocation.provider?.providerNumber ) { + console.log("------------- updateStateWithOrderInformation reset isInsurance -----------------"); + console.log(new Date() + " sessionInformation: " + JSON.stringify(sessionInformation)); state.order.payment.isInsurance = null; } else { state.order.payment.isInsurance = sessionInformation.order.payment.isInsurance;