adamsaghy commented on code in PR #5946:
URL: https://github.com/apache/fineract/pull/5946#discussion_r3480993243


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/account/api/StandingInstructionApiResourceSwagger.java:
##########
@@ -413,22 +365,28 @@ private 
GetRecurrenceFrequencyStandingInstructionSwagger() {}
             public String name;
             public GetFromOfficeStandingInstructionSwagger fromOffice;
             public GetFromClientStandingInstructionSwagger fromClient;
-            public GetFromAccountTypeStandingInstructionSwagger 
fromAccountType;
+            @Schema(example = "SAVINGS")
+            public String fromAccountType;
             public GetFromAccountStandingInstructionSwagger fromAccount;
             public GetToOfficeStandingInstructionSwagger toOffice;
             public GetToClientStandingInstructionSwagger toClient;
-            public GetToAccountTypeStandingInstructionSwagger toAccountType;
+            @Schema(example = "SAVINGS")
+            public String toAccountType;

Review Comment:
   This is not a String in response object, but EnumOptionData



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to