From f471a812e24a40e50f1704a3f866be2f4f6feb7d Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Wed, 15 Nov 2023 09:44:12 -0500 Subject: [PATCH] add deductible to register-claim call --- src/store/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 4c646b0a..365b6586 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -475,7 +475,8 @@ export const useMainStore = defineStore({ policyNumber: this.order.policy.policyNumber, safelitePolicy: { policies: [] - } + }, + actualDeductible: this.order.currentDeductible }, lossInfo: { dateOfLoss: this.order.policy.dateOfLoss,