-
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: prevent error when variable is undefined
- Loading branch information
1 parent
5c81047
commit 570c0fe
Showing
3 changed files
with
44 additions
and
7 deletions.
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,20 @@ | ||
{ | ||
"registryCompanyTypeCode": "SP", | ||
"corpRegnNmbr": "{{randomValue length=8 type='NUMERIC'}}", | ||
"clientNumber":"{{randomValue length=4 type='NUMERIC'}}", | ||
"clientName": "Scott", | ||
"legalFirstName": "Michael", | ||
"legalMiddleName": "", | ||
"doingBusinessAs": [], | ||
"birthdate": "1962-08-17", | ||
"clientAcronym": "", | ||
"clientTypeCode": "RSP", | ||
"clientTypeDesc": "Registered sole proprietorship", | ||
"goodStandingInd": "N", | ||
"clientStatusCode": "A", | ||
"clientStatusDesc": "Active", | ||
"clientComment": "", | ||
"wcbFirmNumber": "{{randomValue length=7 type='NUMERIC'}}", | ||
"contacts": [], | ||
"addresses": [] | ||
} |
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