Skip to content

SubscriptionSearch response missing "data" property #177

Description

@saracalihan

When I try to list my user's subscriptions with SubscriptionSearch.search, the operation succeeds but the response SubscriptionSearch object does not contain the data field. When I examine the related class code, I do not see the @SerializedName("data") annotation that exists in other classes performing listing operations.

Iyzico Response:

{
    "status": "success",
    "errorCode": null,
    "errorMessage": null,
    "errorGroup": null,
    "locale": null,
    "systemTime": 1764837901032,
    "conversationId": null
}

My pom.xml File:

<dependency>
	<groupId>com.iyzipay</groupId>
	<artifactId>iyzipay-java</artifactId>
	<version>2.0.140</version>
</dependency>

Related #102

Image

Doc

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions