Closed realnsleo closed 3 years ago
The response from the send function in Invoice.php is like:
send
Invoice.php
{ "message": success }
And can therefore not be created into a new Model. There fore the called sendRequest method should be called with the flag raw set to true.
sendRequest
raw
true
The response from the
send
function inInvoice.php
is like:And can therefore not be created into a new Model. There fore the called
sendRequest
method should be called with the flagraw
set totrue
.