Added validation for the requested amount in the application.

This commit is contained in:
rajesh
2025-01-22 16:38:46 +05:30
parent ea2e904bbb
commit 33844b0f30
2 changed files with 4 additions and 0 deletions

View File

@@ -368,5 +368,6 @@ public class GepafinConstant {
public static final String APPLICATION_PER_CALL="applicationPerCall";
public static final String APPLICATION_PER_STATUS="applicationPerStatus";
public static final String CALL_EXPIRED="call.expired";
public static final String AMOUNT_REQUEST_SHOULD_GREATED_THEN_ZERO = "amount.request.should.greated.then.zero";
}