somasorosdpc commented on code in PR #5931:
URL: https://github.com/apache/fineract/pull/5931#discussion_r3380991313
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/api/WorkingCapitalLoanTransactionsApiResource.java:
##########
@@ -184,7 +184,7 @@ private WorkingCapitalLoanCommandTemplateData
handleLoanTransactionTemplate(fina
@Path("{loanId}/transactions")
Review Comment:
according to the path, and the entity you-want-to-modify, I think
`@Path("{loanId}/transactions/{transactionId}")` would be more suitable.
There is a pending pr: https://github.com/apache/fineract/pull/5937 feel
free to copy related code
--
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]