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

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

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

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