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 67850e388 Fixing loan approval open api definition
67850e388 is described below

commit 67850e3889830d6e94c69911212d7533a6a50aeb
Author: Arnold Galovics <[email protected]>
AuthorDate: Tue Jun 28 13:53:19 2022 +0200

    Fixing loan approval open api definition
---
 .../portfolio/loanaccount/api/LoansApiResourceSwagger.java   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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 5d3ca71ca..487893d20 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
@@ -848,16 +848,16 @@ final class LoansApiResourceSwagger {
         public String transactionAmount;
         @Schema(example = "Description of disbursement details.")
         public String note;
-        @Schema(example = "[2012, 4, 12]")
-        public LocalDate actualDisbursementDate;
+        @Schema(example = "28 June 2022")
+        public String actualDisbursementDate;
         @Schema(example = "3")
         public Integer paymentTypeId;
-        @Schema(example = "[2012, 4, 3]")
-        public LocalDate approvedOnDate;
+        @Schema(example = "28 June 2022")
+        public String approvedOnDate;
         @Schema(example = "1000")
         public String approvedLoanAmount;
-        @Schema(example = "[2012, 4, 10]")
-        public LocalDate expectedDisbursementDate;
+        @Schema(example = "28 June 2022")
+        public String expectedDisbursementDate;
         @Schema(description = "List of PostLoansLoanIdDisbursementData")
         public List<PostLoansLoanIdDisbursementData> disbursementData;
     }

Reply via email to