adamsaghy commented on code in PR #3958:
URL: https://github.com/apache/fineract/pull/3958#discussion_r1665740823
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformService.java:
##########
@@ -55,6 +55,9 @@ CommandProcessingResult
makeLoanRepaymentWithChargeRefundChargeType(LoanTransact
@Transactional
CommandProcessingResult makeInterestPaymentWaiver(JsonCommand command);
+ @Transactional
Review Comment:
We dont need command handler or API for this functionality. The only
incoming parameter will be a Loan entity
--
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]