Merge pull request #618 from Safelite/feature/digital/SSR-1125
SSR-1125 Fix Claim Registration
This commit is contained in:
commit
f2d0a3e87e
1 changed files with 1 additions and 1 deletions
|
|
@ -571,7 +571,7 @@ export const useMainStore = defineStore({
|
|||
country: 'US' // TODO set from store
|
||||
},
|
||||
homePhone: {
|
||||
number: this.order.customerInfo?.homePhone?.replaceAll(nonNumberCharRegex, '') ?? ''
|
||||
number: this.contactInfo.homePhone?.replaceAll(nonNumberCharRegex, '') ?? ''
|
||||
}
|
||||
},
|
||||
driver: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue