adamsaghy commented on code in PR #4646:
URL: https://github.com/apache/fineract/pull/4646#discussion_r2084634009
##########
fineract-charge/src/main/java/org/apache/fineract/portfolio/charge/request/ChargeRequest.java:
##########
@@ -48,5 +48,7 @@ public class ChargeRequest implements Serializable {
private String feeFrequency;
private Long paymentTypeId;
private Boolean enablePaymentType;
+ private Double minCap;
Review Comment:
Please use BigDecimal here as well!
--
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]