edk12564 commented on code in PR #5473:
URL: https://github.com/apache/fineract/pull/5473#discussion_r2794130856
##########
fineract-branch/src/main/java/org/apache/fineract/organisation/teller/serialization/TellerCommandFromApiJsonDeserializer.java:
##########
@@ -199,5 +199,7 @@ public void validateForCashTxnForCashier(final String json)
{
final String currencyCode =
this.fromApiJsonHelper.extractStringNamed(CURRENCY_CODE, element);
baseDataValidator.reset().parameter(CURRENCY_CODE).value(currencyCode).notExceedingLengthOf(3);
+
+ throwExceptionIfValidationWarningsExist(dataValidationErrors);
Review Comment:
Yes sir!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]