This is an automated email from the ASF dual-hosted git repository.

adamsaghy pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9f5044b35 FINERACT-2081: Fix wrong type in Swagger getLoanIdResponse 
type
9f5044b35 is described below

commit 9f5044b35814257e8933fc0403dfcde9899d582d
Author: Janos Meszaros <[email protected]>
AuthorDate: Tue Jun 25 15:14:47 2024 +0200

    FINERACT-2081: Fix wrong type in Swagger getLoanIdResponse type
---
 .../fineract/portfolio/loanaccount/api/LoansApiResourceSwagger.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoansApiResourceSwagger.java
 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoansApiResourceSwagger.java
index 3b46577af..82417ea7e 100644
--- 
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoansApiResourceSwagger.java
+++ 
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoansApiResourceSwagger.java
@@ -1091,7 +1091,7 @@ final class LoansApiResourceSwagger {
         public BigDecimal interestRatePerPeriod;
         public GetLoansLoanIdInterestRateFrequencyType 
interestRateFrequencyType;
         @Schema(example = "24")
-        public Integer annualInterestRate;
+        public BigDecimal annualInterestRate;
         @Schema(example = "false")
         public Boolean isFloatingInterestRate;
         public GetLoansLoanIdAmortizationType amortizationType;

Reply via email to