tooyz/moysklad

createExport ничего не возвращает

Opened this issue · 0 comments

$sklad = MoySklad::getInstance($login, $pass);
$invoice = InvoiceOut::query($sklad)->byId('6da814d5-2535-11e9-912f-f3d40003853a');
$templates = $invoice->getExportCustomTemplateById('e1687d55-9142-4096-b180-2c909c89dd95');

$export = $invoice->createExport($templates);
var_dump($export);

А в ответ тишина....