Merge pull request #500 from Safelite/feature/SSR-669
add deductible to register-claim call
This commit is contained in:
commit
3dead352e3
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue