Skip to content

Commit

Permalink
Added Fixes in VRP Submission Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandaru-Vithanage committed Jun 28, 2024
1 parent 877ffc3 commit aa0529e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ public static JSONObject validateInstruction(JSONObject submission,
return ConsentValidatorUtil.getValidationResult(ErrorConstants.FIELD_INVALID,
ErrorConstants.INSTRUCTION_REMITTANCE_INFO_NOT_JSON_ERROR);
}
} else {
return ConsentValidatorUtil.getValidationResult(ErrorConstants.FIELD_MISSING,
ErrorConstants.INVALID_PARAMETER);
}
}

Expand Down

0 comments on commit aa0529e

Please sign in to comment.