Updated validation logic for start and end dates

This commit is contained in:
harish
2024-10-03 19:39:33 +05:30
parent f5b7da59ec
commit 837bd63314
4 changed files with 28 additions and 0 deletions

View File

@@ -179,4 +179,7 @@ public class GepafinConstant {
public static final String UNAUTHORIZED = "UNAUTHORIZED";
public static final String COMPANY_ID_MANDATORY = "company.id.mandatory";
public static final String USER_ALREADY_CONNECTED_TO_COMPANY = "user.already.connected.to.company";
public static final String CALL_NOT_STARTED_YET = "call.not.started.yet";
public static final String CALL_ALREADY_ENDED = "call.already.ended";
}