Added unverified policy flag
This commit is contained in:
parent
8961740560
commit
ca41375b3c
1 changed files with 2 additions and 1 deletions
|
|
@ -34,5 +34,6 @@ export interface ITestData {
|
|||
canNotRecal: boolean,
|
||||
dynamicRecal: boolean,
|
||||
promoCode: string,
|
||||
policyZip: string
|
||||
policyZip: string,
|
||||
isPolicyUnverified: boolean
|
||||
}
|
||||
Loading…
Reference in a new issue