mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:34:30 -04:00
Fixed a little typo
This commit is contained in:
parent
5ce5e8f042
commit
573b802f70
@ -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
|
private function getTaxType(string $name): string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user