add deductible to register-claim call
This commit is contained in:
parent
3009a77ce5
commit
f471a812e2
1 changed files with 2 additions and 1 deletions
|
|
@ -475,7 +475,8 @@ export const useMainStore = defineStore({
|
||||||
policyNumber: this.order.policy.policyNumber,
|
policyNumber: this.order.policy.policyNumber,
|
||||||
safelitePolicy: {
|
safelitePolicy: {
|
||||||
policies: []
|
policies: []
|
||||||
}
|
},
|
||||||
|
actualDeductible: this.order.currentDeductible
|
||||||
},
|
},
|
||||||
lossInfo: {
|
lossInfo: {
|
||||||
dateOfLoss: this.order.policy.dateOfLoss,
|
dateOfLoss: this.order.policy.dateOfLoss,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue