Closed justinmccombs closed 4 years ago
Steps to reproduce:
$payload = new InvoicePostBody(); $payload->setClientId($clientId); $invoice = $client->createInvoice($postBody);
Hi @laravelian,
Thanks for the feedback. The problem has been fixed in the recent 4.0.1 release, through the upgrade of the janephp dependency. I also added an invoice creation example.
Steps to reproduce:
$payload = new InvoicePostBody(); $payload->setClientId($clientId); $invoice = $client->createInvoice($postBody);