[
https://issues.apache.org/jira/browse/FINERACT-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandar Vidakovic updated FINERACT-1377:
-------------------------------------------
Fix Version/s: 3.0.0
(was: 1.5.0)
> multiple field missing in GetSavingsProductsPaymentTypeOptions
> --------------------------------------------------------------
>
> Key: FINERACT-1377
> URL: https://issues.apache.org/jira/browse/FINERACT-1377
> Project: Apache Fineract
> Issue Type: Bug
> Affects Versions: 1.5.0
> Reporter: Danish Jamal
> Assignee: Danish Jamal
> Priority: Major
> Labels: gsoc2021, savings, swagger
> Fix For: 3.0.0
>
>
> Fields "description" and "isCashPayment" missing in the
> GetSavingsProductsPaymentTypeOptions generated class. Refer below two code
> snippets attached for the difference.
> {code:java}
> // fields defined in GetSavingsProductsPaymentTypeOptions
> public static final String SERIALIZED_NAME_ID = "id";
> @SerializedName("id")
> private Integer id;
> public static final String SERIALIZED_NAME_NAME = "name";
> @SerializedName("name")
> private String name;
> public static final String SERIALIZED_NAME_POSITION = "position";
> @SerializedName("position")
> private Integer position;
> {code}
> {code:java}
> // api response
> {
> "id": 1,
> "name": "Money Transfer",
> "description": "Money Transfer",
> "isCashPayment": false,
> "position": 1
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)