-
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-1654): Submission review - Display birthdate for Sole p…
…roprietorship (#1359) * fix: display birthdate when clientType is RSP * test: add scenario fixture --------- Co-authored-by: Paulo Gomes da Cruz Junior <[email protected]>
- Loading branch information
1 parent
37a6274
commit 8662c92
Showing
3 changed files
with
83 additions
and
2 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,57 @@ | ||
{ | ||
"submissionId": 4444, | ||
"submissionStatus": "Approved", | ||
"submissionType": "Staff submitted data", | ||
"submittedTimestamp": "2024-01-01 00:00:00", | ||
"updateTimestamp": "2024-01-01 00:00:00", | ||
"approvedTimestamp": "2024-01-01 00:00:00", | ||
"updateUser": "CLIADMIN", | ||
"business": { | ||
"businessType": "R", | ||
"registrationNumber": "FM1234567", | ||
"clientNumber": "", | ||
"organizationName": "Dunder Mifflin Paper Company", | ||
"clientType": "RSP", | ||
"clientTypeDesc": "Registered sole proprietorship", | ||
"goodStandingInd": "Y", | ||
"birthdate": "1962-08-17", | ||
"district": null, | ||
"districtDesc": null | ||
}, | ||
"contact": [ | ||
{ | ||
"index": 0, | ||
"contactType": "Billing", | ||
"firstName": "Johnathan", | ||
"lastName": "Wick", | ||
"phoneNumber": "(222) 333-4455", | ||
"emailAddress": "[email protected]", | ||
"locations": [ | ||
"Hangar" | ||
], | ||
"userId": "userid" | ||
} | ||
], | ||
"address": [ | ||
{ | ||
"index": 0, | ||
"streetAddress": "1234 Nowhere St", | ||
"country": "Canada", | ||
"province": "British Columbia", | ||
"city": "Victoria", | ||
"postalCode": "V8V8V8", | ||
"name": "Hangar" | ||
} | ||
], | ||
"matchers": { | ||
"info": { | ||
"name": "Johnathan Wick", | ||
"email": "[email protected]", | ||
"userId": "", | ||
"businessId": "", | ||
"businessName": "" | ||
} | ||
}, | ||
"rejectionReason": null, | ||
"confirmedMatchUserId": "" | ||
} |
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