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 fec768c19 FINERACT-2039: GET Savings API swagger fix
fec768c19 is described below
commit fec768c192155d7b6c164ee70a1554f990dcc62d
Author: Marta Jankovics <[email protected]>
AuthorDate: Thu Jan 11 10:32:15 2024 +0100
FINERACT-2039: GET Savings API swagger fix
---
.../portfolio/savings/api/SavingsAccountsApiResourceSwagger.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsAccountsApiResourceSwagger.java
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsAccountsApiResourceSwagger.java
index e584f6de4..520d44322 100644
---
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsAccountsApiResourceSwagger.java
+++
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsAccountsApiResourceSwagger.java
@@ -182,7 +182,7 @@ final class SavingsAccountsApiResourceSwagger {
public GetSavingsCurrency currency;
@Schema(example = "0")
- public Integer accountBalance;
+ public BigDecimal accountBalance;
}
@Schema(example = "1")