janez89 commented on code in PR #4244:
URL: https://github.com/apache/fineract/pull/4244#discussion_r1923416341
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/data/ProgressiveLoanInterestScheduleModel.java:
##########
@@ -188,6 +206,18 @@ private Consumer<RepaymentPeriod>
updateInterestPeriodOnRepaymentPeriod(final Lo
};
}
+ private void updateInterestPeriodOnRepaymentPeriodWithInterestPause(final
RepaymentPeriod repaymentPeriod, final LocalDate fromDate,
Review Comment:
Another method accepts amounts because those methods are shared methods.
Disbursement and balance correction also use those methods. In your case there
is no reason accept amount parameter. For fill Money zero amounts you can use
the zero method on the interest model or EMI on the repayment period.
--
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]