From 9eb2892e022dcda97c6a9c94352e55ac20cc7b81 Mon Sep 17 00:00:00 2001 From: brydon1 Date: Wed, 28 Jun 2023 12:02:43 -0400 Subject: [PATCH] Tidying --- src/store/index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index af663733..6bfdb0d4 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -919,7 +919,7 @@ export const useMainStore = defineStore({ this.applicationUser.pageData[pageData.page] = pageData.data; }, updatePolicyData(welcomePageModel) - { // TODO add to this? + { this.order.policy.policyNumber = welcomePageModel?.policyNumber; this.order.policy.policyZipCode = welcomePageModel?.policyZipCode; this.order.policy.dateOfLoss = welcomePageModel?.dateOfLoss; @@ -929,9 +929,6 @@ export const useMainStore = defineStore({ this.order.policy.isDamageGlassOnly = welcomePageModel?.isDamageGlassOnly; this.order.customer.phoneNumber = welcomePageModel?.phoneNumber; this.order.customer.emailAddress = welcomePageModel?.email; - if (!this.issConfig.isClaimRegistrationRequired){ - this.order.insuranceCoverage.isVerified = true; - } }, updatePolicyHolderDetails(customerQuestions) {