adamsaghy commented on code in PR #4614:
URL: https://github.com/apache/fineract/pull/4614#discussion_r2058140615
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java:
##########
@@ -663,6 +669,8 @@ private GetLoanProductsAccountingRule() {}
public StringEnumOptionData capitalizedIncomeCalculationType;
@Schema(example = "EQUAL_AMORTIZATION")
public StringEnumOptionData capitalizedIncomeStrategy;
+ @Schema(example = "FEE")
+ public StringEnumOptionData capitalizedIncomeIncomeType;
Review Comment:
it can be `capitalizedIncomeType`. no need to `incomeIncomeType` ;)
--
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]