adamsaghy commented on code in PR #4046:
URL: https://github.com/apache/fineract/pull/4046#discussion_r1744130106
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -295,6 +303,139 @@ public CommandProcessingResult disburseLoan(Long loanId,
JsonCommand command, Bo
return disburseLoan(loanId, command, isAccountTransfer, false);
}
+ @Transactional
+ @Override
+ public CommandProcessingResult disburseLoanToLinkedAccount(Long loanId,
JsonCommand command, Boolean isAccountTransfer) {
Review Comment:
Most of the part of this method is duplication. Would you consider
extracting into methods the common logics?
--
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]