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:
parent
b0aa22c86d
commit
aae830f60c
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user