Skip to content

Commit

Permalink
Merge pull request #486 from aushaniU/2.4.4-release
Browse files Browse the repository at this point in the history
[HUBDEV-2336] done changes according to the mentioned jira
  • Loading branch information
jaadds authored Dec 4, 2018
2 parents bb4e662 + f713564 commit 2408ede
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 2408ede

Please sign in to comment.