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


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResourceSwagger.java:
##########
@@ -1402,6 +1366,9 @@ private GetLoanCharge() {}
         @Schema(example = "[]")
         public List<Integer> numberOfRepaymentVariationsForBorrowerCycle;
         public GetLoanProductsResponse.GetLoanProductsAccountingRule 
accountingRule;
+        public StringEnumOptionData daysInMonthType;
+        public StringEnumOptionData daysInYearType;
+        public StringEnumOptionData daysInYearCustomStrategy;

Review Comment:
   Only `daysInYearCustomStrategy` is String enum option.. the 
`daysInMonthType` and `daysInYearType` are `EnumOptionData` please modify them 
back!



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