You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by "b0c1 (via GitHub)" <gi...@apache.org> on 2023/04/19 08:32:26 UTC

[GitHub] [fineract] b0c1 commented on a diff in pull request #3132: FINERACT-1724 - Loan CatchUp fix

b0c1 commented on code in PR #3132:
URL: https://github.com/apache/fineract/pull/3132#discussion_r1171003660


##########
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:
   Fixed



-- 
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: commits-unsubscribe@fineract.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org