mariiaKraievska commented on code in PR #4669:
URL: https://github.com/apache/fineract/pull/4669#discussion_r2097568682
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/loans/LoanTransactionHelper.java:
##########
@@ -906,6 +906,11 @@ public PostLoansLoanIdTransactionsResponse
makeLoanRepayment(final Long loanId,
return
Calls.ok(FineractClientHelper.getFineractClient().loanTransactions.executeLoanTransaction(loanId,
request, "repayment"));
}
+ public PostLoansLoanIdTransactionsResponse executeLoanTransaction(final
Long loanId, final PostLoansLoanIdTransactionsRequest request,
Review Comment:
This method is not used anywhere. Is it really needed?
--
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]