From 573b802f70f6c0c2585df8eca9a423b5345466db Mon Sep 17 00:00:00 2001 From: Lars Kusch Date: Thu, 6 Apr 2023 11:08:07 +0200 Subject: [PATCH] Fixed a little typo --- app/Jobs/Invoice/CreateXInvoice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/Invoice/CreateXInvoice.php b/app/Jobs/Invoice/CreateXInvoice.php index 1e2ee2c4d07c..34353a418b19 100644 --- a/app/Jobs/Invoice/CreateXInvoice.php +++ b/app/Jobs/Invoice/CreateXInvoice.php @@ -190,7 +190,7 @@ class CreateXInvoice implements ShouldQueue } } - return $client->invoice_filepath($invoice->invitations->first()) . $invoice->getFileName("xml"); + return $client->xinvoice_filepath($invoice->invitations->first()) . $invoice->getFileName("xml"); } private function getTaxType(string $name): string