Skip to content

Commit

Permalink
Appended CAF to _EXPEDITED for XML filename.
Browse files Browse the repository at this point in the history
[#182300847]
  • Loading branch information
EricMN35Johnson committed May 31, 2022
1 parent 5a65c27 commit 0a4984b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public String generateXmlFilename(Application application) {
String programs = getProgramCodes(application);
String eligible = "";
if(decider.decide(application.getApplicationData()) == SnapExpeditedEligibility.ELIGIBLE) {
eligible = "_EXPEDITED";
eligible = "_CAF_EXPEDITED";
}
return "%s%s%s.xml".formatted(prefix, programs, eligible);
}
Expand Down

0 comments on commit 0a4984b

Please sign in to comment.