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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoansApiResourceSwagger.java:
##########
@@ -517,7 +517,11 @@ private GetLoansLoanIdFeeFrequency() {}
 
             public GetLoansLoanIdCurrency currency;
             @Schema(example = "1000000.000000")
+            public Double totalPrincipal;
+            @Schema(example = "1000000.000000")

Review Comment:
   We should not work with Double, use BigDecimal. Since you touch it, fix it 
too Double -> 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]

Reply via email to