From 64dbc086f96cb3d2f88dc4e1d3e8b19baa04010b Mon Sep 17 00:00:00 2001 From: Omaira-Melo-Hmcts <148855113+Omaira-Melo-Hmcts@users.noreply.github.com> Date: Wed, 5 Jun 2024 06:22:27 +0100 Subject: [PATCH] CIV-12881 Notification properties for judgment by admision Claimant LR and Defendant LIP --- .../hmcts/reform/civil/notify/NotificationsProperties.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/uk/gov/hmcts/reform/civil/notify/NotificationsProperties.java b/src/main/java/uk/gov/hmcts/reform/civil/notify/NotificationsProperties.java index 4e5648e5..daf24618 100644 --- a/src/main/java/uk/gov/hmcts/reform/civil/notify/NotificationsProperties.java +++ b/src/main/java/uk/gov/hmcts/reform/civil/notify/NotificationsProperties.java @@ -583,4 +583,8 @@ public class NotificationsProperties { @NotEmpty private String notifyDJNonDivergentSpecDefendantTemplate; + @NotEmpty + private String notifyClaimantLRJudgmentByAdmissionTemplate; + @NotEmpty + private String notifyDefendantLIPJudgmentByAdmissionTemplate; }