adamsaghy commented on code in PR #4906:
URL: https://github.com/apache/fineract/pull/4906#discussion_r2242764843


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoanDeferredIncomeApiResource.java:
##########
@@ -44,16 +49,34 @@ public class LoanDeferredIncomeApiResource {
     private static final String RESOURCE_NAME_FOR_PERMISSIONS = "LOAN";
     private final PlatformSecurityContext context;
     private final CapitalizedIncomeBalanceReadService 
capitalizedIncomeBalanceReadService;
+    private final LoanReadPlatformService loanReadPlatformService;
 
+    @Path("/{loanId}/deferredincome")

Review Comment:
   Please use capitalized income ("capitalized-incomes")..



-- 
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]

Reply via email to