adamsaghy commented on code in PR #3132:
URL: https://github.com/apache/fineract/pull/3132#discussion_r1170985763
##########
fineract-provider/src/main/java/org/apache/fineract/cob/api/InternalLoanAccountLockApiResource.java:
##########
@@ -76,4 +77,23 @@ public Response placeLockOnLoanAccount(@Context final
UriInfo uriInfo, @PathPara
loanAccountLockRepository.save(loanAccountLock);
return Response.status(Response.Status.ACCEPTED).build();
}
+
+ @POST
Review Comment:
Please update with optionally provide error the existing
`placeLockOnLoanAccount` instead of creating a new one.
--
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]