Skip to content

Commit

Permalink
Merge branch 'master' into feat/CIV-12870_Commons
Browse files Browse the repository at this point in the history
  • Loading branch information
Azam-Hmcts authored Jun 4, 2024
2 parents e0e4a40 + 9374e6e commit 64138cc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ public class NotificationsProperties {
@NotEmpty
private String mediationUnsuccessfulLRTemplate;

@NotEmpty
private String mediationUnsuccessfulLRTemplateForLipVLr;

@NotEmpty
private String mediationUnsuccessfulNoAttendanceLRTemplate;

Expand Down Expand Up @@ -542,6 +545,9 @@ public class NotificationsProperties {
@NotEmpty
private String notifyLrDefendantSuccessfulMediation;

@NotEmpty
private String notifyLrDefendantSuccessfulMediationForLipVLrClaim;

@NotEmpty
private String notifyTwoVOneDefendantSuccessfulMediation;

Expand Down

0 comments on commit 64138cc

Please sign in to comment.