Latest release sometimes gives the following error: array_key_exists() expects parameter 2 to be array, null given in Client.php (line 125) the function fillInvoiceData receives null as its second parameter as $data = $body['data']; is null on line 206 (createInvoice)
Latest release sometimes gives the following error:
array_key_exists() expects parameter 2 to be array, null given in Client.php (line 125)
the function fillInvoiceData receives null as its second parameter as $data = $body['data']; is null on line 206 (createInvoice)