galovics commented on code in PR #5771:
URL: https://github.com/apache/fineract/pull/5771#discussion_r3221536554
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/api/WorkingCapitalLoanApiResource.java:
##########
@@ -310,4 +313,102 @@ private CommandProcessingResult
handleStateTransition(final Long loanId, final S
return
this.commandsSourceWritePlatformService.logCommandSource(commandRequest);
}
+ @PUT
+ @Path("{loanId}/discount")
Review Comment:
Is this discount endpoint related to FINERACT-2455? Looks like a separate
feature. Let's split it into its own PR.
--
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]