This is an automated email from the ASF dual-hosted git repository.
ptuomola 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 bd203b4 description field renamed to value (FINERACT-1381)
bd203b4 is described below
commit bd203b4e59df398d741a3e42044c7649326c2c8f
Author: Danish Jamal <[email protected]>
AuthorDate: Sat Aug 14 15:57:59 2021 +0530
description field renamed to value (FINERACT-1381)
---
.../savings/api/SavingsAccountsApiResourceSwagger.java | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
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 dbef659..0786968 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
@@ -69,7 +69,7 @@ final class SavingsAccountsApiResourceSwagger {
@Schema(example =
"savingsAccountStatusType.submitted.and.pending.approval")
public String code;
@Schema(example = "Submitted and pending approval")
- public String description;
+ public String value;
@Schema(example = "true")
public Boolean submittedAndPendingApproval;
@Schema(example = "false")
@@ -136,7 +136,7 @@ final class SavingsAccountsApiResourceSwagger {
@Schema(example =
"savings.interest.period.savingsCompoundingInterestPeriodType.daily")
public String code;
@Schema(example = "Daily")
- public String description;
+ public String value;
}
static final class GetSavingsInterestPostingPeriodType {
@@ -148,7 +148,7 @@ final class SavingsAccountsApiResourceSwagger {
@Schema(example =
"savings.interest.posting.period.savingsPostingInterestPeriodType.monthly")
public String code;
@Schema(example = "Monthly")
- public String description;
+ public String value;
}
static final class GetSavingsInterestCalculationType {
@@ -160,7 +160,7 @@ final class SavingsAccountsApiResourceSwagger {
@Schema(example =
"savingsInterestCalculationType.dailybalance")
public String code;
@Schema(example = "Daily Balance")
- public String description;
+ public String value;
}
static final class GetSavingsInterestCalculationDaysInYearType {
@@ -172,7 +172,7 @@ final class SavingsAccountsApiResourceSwagger {
@Schema(example =
"savingsInterestCalculationDaysInYearType.days365")
public String code;
@Schema(example = "365 Days")
- public String description;
+ public String value;
}
static final class GetSavingsSummary {