Skip to content

Commit

Permalink
[CCAP-661][CCAP-698] Handle incorrect confirmation code on landing sc…
Browse files Browse the repository at this point in the history
…reen followup work
  • Loading branch information
cram-cfa committed Feb 28, 2025
1 parent 7db310d commit cad4028
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public void run(Submission submission) {

// To be used on subsequent screens to validate provider inputs == these values
httpSession.setAttribute(SESSION_KEY_FAMILY_CONFIRMATION_CODE, familySubmission.getShortCode());
httpSession.setAttribute(SESSION_KEY_FAMILY_SUBMISSION_ID, familySubmission.getId());

// In Prod, there should always be a submittedAt date, but for Staging it's possible to skip around in the flow and never submit
LocalDate submittedAtDate =
Expand Down

0 comments on commit cad4028

Please sign in to comment.