Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
printesoi committed Mar 25, 2024
1 parent 286ac92 commit 92151cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 92151cb

Please sign in to comment.