Fixed a little typo

This commit is contained in:
Lars Kusch 2023-04-06 11:08:07 +02:00
parent 5ce5e8f042
commit 573b802f70

View File

@ -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