SSR-1125 Fix Claim Registration
This commit is contained in:
parent
b7e08c9039
commit
8b570a7fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,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