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


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/interestpauses/service/InterestPauseWritePlatformServiceImpl.java:
##########
@@ -148,7 +148,7 @@ private CommandProcessingResult processInterestPause(final 
Loan loan, final Loca
         final LoanTermVariations savedVariation = 
loanTermVariationsRepository.saveAndFlush(variation);
         loan.getLoanTermVariations().add(savedVariation);
 
-        reprocessLoanTransactionsService.reprocessTransactions(loan);
+        reprocessLoanTransactionsService.reprocessTransactions(loan, 
loan.retrieveListOfTransactionsForReprocessing());

Review Comment:
   Can we move the invocation of 
`loan.retrieveListOfTransactionsForReprocessing()` inside the 
`reprocessLoanTransactionsService.reprocessTransactions()` method?



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