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);