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 f2eedd1 type accountingMappingOptions field changed to
GetSavingsProductsAccountingMappingOptions (FINERACT-1378)
f2eedd1 is described below
commit f2eedd176607bebc5fc7425c60f13151f5e183c1
Author: Danish Jamal <[email protected]>
AuthorDate: Sat Aug 14 21:24:10 2021 +0530
type accountingMappingOptions field changed to
GetSavingsProductsAccountingMappingOptions (FINERACT-1378)
---
.../portfolio/savings/api/SavingsProductsApiResourceSwagger.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsProductsApiResourceSwagger.java
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsProductsApiResourceSwagger.java
index ca7e541..20fdd3e 100644
---
a/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsProductsApiResourceSwagger.java
+++
b/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsProductsApiResourceSwagger.java
@@ -723,7 +723,7 @@ final class SavingsProductsApiResourceSwagger {
public Set<GetSavingsProductsWithdrawalFeeTypeOptions>
withdrawalFeeTypeOptions;
public Set<GetSavingsProductsPaymentTypeOptions> paymentTypeOptions;
public Set<GetSavingsProductsTemplateAccountingRule>
accountingRuleOptions;
- public Set<GetSavingsProductsAccountingMappingOptions>
accountingMappingOptions;
+ public GetSavingsProductsAccountingMappingOptions
accountingMappingOptions;
public Set<GetSavingsProductsChargeOptions> chargeOptions;
}