From 6525a611efeb2eea403a61983061d26c3009e995 Mon Sep 17 00:00:00 2001 From: Omaira-Melo-Hmcts <148855113+Omaira-Melo-Hmcts@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:46:33 +0000 Subject: [PATCH] Update NotificationsProperties.java CIV-10909 New property for send a notification in the reconsideration process, when the claim is updated --- .../gov/hmcts/reform/civil/notify/NotificationsProperties.java | 3 +++ 1 file changed, 3 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 2a066a9c..c6b41688 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 @@ -359,6 +359,9 @@ public class NotificationsProperties { @NotEmpty private String notifyLipUpdateTemplate; + @NotEmpty + private String notifyUpdateTemplate; + @NotEmpty private String hearingNotificationLipDefendantTemplate;