1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

include einvoice token on submission

This commit is contained in:
Benjamin Beganović 2024-10-11 17:55:41 +02:00
parent b0aa22c86d
commit aae830f60c

View File

@ -65,6 +65,9 @@ class SendEDocument implements ShouldQueue
'document' => base64_encode($xml),
'tenant_id' => $model->company->company_key,
'identifiers' => $identifiers,
'e_invoicing_token' => $model->company->e_invoicing_token,
// include whitelabel key.
];
$r = Http::withHeaders($this->getHeaders())