diff --git a/app/Services/EDocument/Jobs/SendEDocument.php b/app/Services/EDocument/Jobs/SendEDocument.php index 9426d5cfdc..3cf81a1e9e 100644 --- a/app/Services/EDocument/Jobs/SendEDocument.php +++ b/app/Services/EDocument/Jobs/SendEDocument.php @@ -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())