-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4747: add get letter as json method to lighthouse letters generator s… (
#12990) * 4747: add get letter as json method to lighthouse letters generator service
- Loading branch information
Showing
4 changed files
with
216 additions
and
72 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
20 changes: 20 additions & 0 deletions
20
spec/lib/lighthouse/letters_generator/fakeResponses/fakeProofOfServiceLetterResponse.json
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 @@ | ||
{ | ||
"letterDescription": "This card verifies that you served honorably in the Armed Forces.", | ||
"letterContent": [ | ||
{ | ||
"contentKey": "front-of-card", | ||
"contentTitle": "<front of card>", | ||
"content": "This card is to serve as proof the individual listed below served honorably in the Uniformed Services of the United States. Jesse Gray 1708 Tiburon Blvd Tiburon, CA 94921 Effective as of: June 08, 2023 DoD ID Number: 1293307390 Date of Birth: December 15, 1954 Branch Of Service: Army" | ||
}, | ||
{ | ||
"contentKey": "back-of-card", | ||
"contentTitle": "<back of card>", | ||
"content": "United States of America Department of Veterans Affairs General Benefit Information 1-800-827-1000 Health Care Information 1-877-222-VETS (8387) This card does not reflect entitlement to any benefits administered by the Department of Veterans Affairs or serve as proof of receiving such benefits." | ||
}, | ||
{ | ||
"contentKey": "contact-us", | ||
"contentTitle": "How You Can Contact Us", | ||
"content": "If you need general information about benefits and eligibility, please visit us at https://www.va.gov. Call us at 1-800-827-1000. Contact us using Telecommunications Relay Services (TTY) at 711 24/7. Send electronic inquiries through the Internet at https://www.va.gov/contact-us." | ||
} | ||
] | ||
} |
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