adamsaghy commented on code in PR #4828:
URL: https://github.com/apache/fineract/pull/4828#discussion_r2210135856
##########
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/helper/ErrorMessageHelper.java:
##########
@@ -980,4 +980,12 @@ public static String
addInstallmentFeeInterestPercentageChargeFailure() {
public static String addInstallmentFeePrincipalPercentageChargeFailure() {
return "Failed data validation due to:
installment.loancharge.with.calculation.type.principal.not.allowed.";
}
+
+ public static String updateApprovedLoanExceedReservedPrincipalFailure() {
+ return "Failed data validation due to: less.than.reserved.principal.";
Review Comment:
what is reserved principal?
--
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]