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),
|
'document' => base64_encode($xml),
|
||||||
'tenant_id' => $model->company->company_key,
|
'tenant_id' => $model->company->company_key,
|
||||||
'identifiers' => $identifiers,
|
'identifiers' => $identifiers,
|
||||||
|
'e_invoicing_token' => $model->company->e_invoicing_token,
|
||||||
|
|
||||||
|
// include whitelabel key.
|
||||||
];
|
];
|
||||||
|
|
||||||
$r = Http::withHeaders($this->getHeaders())
|
$r = Http::withHeaders($this->getHeaders())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue