Skip to content

Customer.getCustomerByReferenceId bug #128

@cnhuz

Description

@cnhuz

sample code:

public static void main(String[] args) {
        try {
            Xendit.apiKey = "...";
            Customer[] customers = Customer.getCustomerByReferenceId("...");
        } catch (Exception e) {
            throw new RuntimeException(e);
        }
    }

The error occurs at xendit-java-lib-1.21.0.jar com.xendit.network.BaseRequest line 124

resource = (new Gson()).fromJson(responseBody, clazz);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions