adamsaghy commented on code in PR #5967:
URL: https://github.com/apache/fineract/pull/5967#discussion_r3450875999
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/FixedDepositProductsApiResourceSwagger.java:
##########
@@ -101,6 +107,8 @@ private PostFixedDepositProductsChartSlabs() {}
public Integer maxDepositTerm;
@Schema(example = "3")
public Integer maxDepositTermTypeId;
+ @Schema(example = "10000")
+ public Long depositAmount;
Review Comment:
This should be BigDecimal
--
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]