Skip to content

Commit

Permalink
[HUBDEV-2336] done changes according to the mentioned jira
Browse files Browse the repository at this point in the history
  • Loading branch information
aushaniU committed Nov 30, 2018
1 parent 9620213 commit f713564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public void validate(String json) throws CustomException {
new ValidationRule(ValidationRule.VALIDATION_TYPE_OPTIONAL, "originalServerReferenceCode", originalServerReferenceCode),
new ValidationRule(ValidationRule.VALIDATION_TYPE_MANDATORY, "referenceCode", referenceCode),
new ValidationRule(ValidationRule.VALIDATION_TYPE_MANDATORY, "description", description),
new ValidationRule(ValidationRule.VALIDATION_TYPE_OPTIONAL, "currency", currency),
new ValidationRule(ValidationRule.VALIDATION_TYPE_MANDATORY, "currency", currency),
new ValidationRule(ValidationRule.VALIDATION_TYPE_OPTIONAL_DOUBLE_GT_ZERO, "amount", amount),
new ValidationRule(ValidationRule.VALIDATION_TYPE_OPTIONAL, "clientCorrelator", clientCorrelator),
new ValidationRule(ValidationRule.VALIDATION_TYPE_OPTIONAL, "onBehalfOf", onBehalfOf),
Expand Down

0 comments on commit f713564

Please sign in to comment.