ubl-invoice icon indicating copy to clipboard operation
ubl-invoice copied to clipboard

TypeError in Invoice.php setInvoiceTypeCode (expects string) because type constants are declared as ints in InvoiceTypeCode.php

Open cmanley opened this issue 5 months ago • 0 comments

This dies with a TypeError: (new \NumNum\UBL\Invoice())->setInvoiceTypeCode(\NumNum\UBL\InvoiceTypeCode::INVOICE) for the reason explained in the subject.

cmanley avatar Jul 23 '25 18:07 cmanley