-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fe:FSADT1-1593): prevent issue with addresses null (#1368)
* fix: prevent issue with addresses null * update stub description
- Loading branch information
1 parent
f80df05
commit d162b23
Showing
3 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"registryCompanyTypeCode": "GP", | ||
"corpRegnNmbr": "{{randomValue length=8 type='NUMERIC'}}", | ||
"clientNumber":"{{randomValue length=4 type='NUMERIC'}}", | ||
"clientName": "KOVACEK, THOMPSON AND BOYER", | ||
"clientAcronym": "KTB", | ||
"clientTypeCode": "P", | ||
"clientTypeDesc": "General Partnership", | ||
"goodStandingInd": "Y", | ||
"clientStatusCode": "A", | ||
"clientStatusDesc": "Active", | ||
"clientComment": "Email from Cheryl Bibby to request any letters for sec deposits be mailed to 3000, 28th St, Vernon", | ||
"wcbFirmNumber": "{{randomValue length=7 type='NUMERIC'}}", | ||
"contacts": null, | ||
"addresses": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters