Skip to content

Commit

Permalink
Merge branch 'main' into LCAM-1339
Browse files Browse the repository at this point in the history
  • Loading branch information
loganathanMOJ authored May 14, 2024
2 parents f6c45e0 + 8aa100b commit ddd6634
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ public class Constants {
public static final String SENT_FOR_TRIAL = "SENT FOR TRIAL";
public static final String COMMITTED_FOR_TRIAL = "COMMITTED FOR TRIAL";

public static final Integer FIRST_REMINDER_DAYS_DUE = 14;

public static final Integer SECOND_REMINDER_DAYS_DUE = 7;

private Constants() {
throw new IllegalStateException("Constants class");
}
Expand Down

0 comments on commit ddd6634

Please sign in to comment.