updated code for get all call api

This commit is contained in:
rajesh
2024-08-29 02:02:17 +05:30
parent b4548876a9
commit 74fceb94c1
4 changed files with 11 additions and 20 deletions

View File

@@ -24,7 +24,7 @@ public class CallValidatorServiceImpl {
.notNull(response.getAmount(), "amount")
.notNull(response.getAmountMax(), "amountMax")
.notNull(response.getThreshold(), "threshold")
.notNull(response.getDocumentationReqested(), "documentationReqested")
.notNull(response.getDocumentationRequested(), "documentationRequested")
.notEmpty(response.getAimedTo(), "aimedTo")
.notEmpty(response.getCriteria(), "criteria")
.notEmpty(response.getDocs(), "docs")