adamsaghy commented on code in PR #4544:
URL: https://github.com/apache/fineract/pull/4544#discussion_r2031368500
##########
fineract-charge/src/main/java/org/apache/fineract/portfolio/charge/api/ChargesApiResourceSwagger.java:
##########
@@ -157,6 +157,48 @@ private PutChargesChargeIdRequest() {}
@Schema(example = "Loan service fee(changed)")
public String name;
+ @Schema(example = "1")
+ public Integer chargeAppliesTo;
+ @Schema(example = "USD")
+ public String currencyCode;
+ @Schema(example = "en")
+ public String locale;
+ @Schema(example = "230.56")
+ public Double amount;
Review Comment:
It is not double... it is bigdecimal, no?
--
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]