You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/06/28 17:19:32 UTC

[fineract] branch develop updated: OpenAPI fix for loans

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

aleks 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 62689eb67 OpenAPI fix for loans
62689eb67 is described below

commit 62689eb674713a4055d3e1e661cf39607727b39c
Author: Arnold Galovics <ga...@gmail.com>
AuthorDate: Tue Jun 28 19:09:33 2022 +0200

    OpenAPI fix for loans
---
 .../loanaccount/api/LoanTransactionsApiResourceSwagger.java       | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoanTransactionsApiResourceSwagger.java b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoanTransactionsApiResourceSwagger.java
index b66f1af42..6ca004a3d 100644
--- a/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoanTransactionsApiResourceSwagger.java
+++ b/fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/api/LoanTransactionsApiResourceSwagger.java
@@ -153,8 +153,8 @@ final class LoanTransactionsApiResourceSwagger {
         public String locale;
         @Schema(example = "dd MMMM yyyy")
         public String dateFormat;
-        @Schema(example = "[2012, 5, 25]")
-        public LocalDate transactionDate;
+        @Schema(example = "28 June 2022")
+        public String transactionDate;
         @Schema(example = "50000.00")
         public Double transactionAmount;
         @Schema(example = "An optional note about why your adjusting or changing the transaction.")
@@ -187,8 +187,8 @@ final class LoanTransactionsApiResourceSwagger {
         public String locale;
         @Schema(example = "dd MMMM yyyy")
         public String dateFormat;
-        @Schema(example = "[2012, 5, 25]")
-        public LocalDate transactionDate;
+        @Schema(example = "28 June 2022")
+        public String transactionDate;
         @Schema(example = "50,000.00")
         public Double transactionAmount;
         @Schema(example = "An optional note about why your adjusting or changing the transaction.")