From 92151cbf11eb8275b63b7775fdc7453a83fd2e3f Mon Sep 17 00:00:00 2001 From: Victor Dodon Date: Mon, 25 Mar 2024 18:31:48 +0200 Subject: [PATCH] Fix build error --- rest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest.go b/rest.go index 971d12c..e421fc3 100644 --- a/rest.go +++ b/rest.go @@ -572,7 +572,7 @@ func (c *Client) UploadXML( // UploadInvoice uploads the given Invoice with the provided optional options. func (c *Client) UploadInvoice( - ctx context.Context, invoice Invoice, cif string, opts ...uploadOption, + ctx context.Context, invoice Invoice, cif string, opts ...UploadOption, ) (response *UploadResponse, err error) { xmlReader, err := xmlMarshalReader(invoice) if err != nil {