adamsaghy commented on code in PR #5063:
URL: https://github.com/apache/fineract/pull/5063#discussion_r2494215143


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/reaging/LoanReAgingService.java:
##########
@@ -170,6 +195,35 @@ public CommandProcessingResult undoReAge(Long loanId, 
JsonCommand command) {
                 .with(changes).build();
     }
 
+    private void processReAgeTransaction(final Loan loan, final 
LoanTransaction reAgeTransaction, final boolean withPostTransactionChecks) {

Review Comment:
   Why do we need this? You should just simply call the 
reprocessLoanTransaction service and its do everything you need. No need this 
extra logic at all.



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