-
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.
MLPAB-1223 Use lpastore to retrieve lpa data for non-donors (#1160)
On donor-submission-completed events insert a PK=LPA#random-uuid,SK=#DONOR#PAPER record so we can track the UID has been paid for and checked. Replaces the use of DonorStore in attorney and certificate provider pages with a new lpastore.ResolvingService that will get the latest data from the store, then add additional data depending on whether it is digital or paper. This returns a new lpastore.Lpa type, so we can ensure that we aren't trying to use data that won't exist for paper applications. Moves the definition of our various keys to a new file in internal/dynamo.
- Loading branch information
Showing
147 changed files
with
3,299 additions
and
2,018 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
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
Oops, something went wrong.