Hu_Z
Results
1
issues of
Hu_Z
sample code: ``` public static void main(String[] args) { try { Xendit.apiKey = "..."; Customer[] customers = Customer.getCustomerByReferenceId("..."); } catch (Exception e) { throw new RuntimeException(e); } } ``` The...