Merge pull request #500 from Safelite/feature/SSR-669

add deductible to register-claim call
This commit is contained in:
katiekroell 2023-11-15 10:03:37 -05:00 committed by GitHub
commit 3dead352e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,