oleksii-novikov-onix commented on code in PR #4244:
URL: https://github.com/apache/fineract/pull/4244#discussion_r1927085223


##########
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:
   Done



##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculator.java:
##########
@@ -315,6 +315,13 @@ private void calculateEMIValueAndRateFactors(final 
LocalDate calculateFromRepaym
         }
     }
 
+    void calculateRateFactorsForInterestPause(final 
ProgressiveLoanInterestScheduleModel scheduleModel) {

Review Comment:
   Done



-- 
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]

Reply via email to