budaidev commented on code in PR #5771:
URL: https://github.com/apache/fineract/pull/5771#discussion_r3225014858
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/serialization/WorkingCapitalLoanDataValidator.java:
##########
@@ -616,6 +620,58 @@ public void validateCreditBalanceRefund(final String json,
final WorkingCapitalL
throwExceptionIfValidationWarningsExist(dataValidationErrors);
}
+ public void validateUpdatePeriodPaymentRate(final String json, final
WorkingCapitalLoan loan) {
Review Comment:
added new unit tests
--
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]