- Code: Select all
$order_handle = $this->client->Order_Create(array(
'debtorHandle' => $debtor_handle
))->Order_Create_CreateResult;
var_dump($order_handle);
this just returns NULL
the order is created with the correct debtor but i cant add anything to it or change it, so what am i doing wrong?

