Skip to content

Missbehavior of /getuserinvoices #506

@timkaebisch

Description

@timkaebisch

I assume the endpoint /getuserinvoices is not working as intended.

This endpoint accepts the following query parameters:

  • limit: (integer - default: 10 - minimum: 0)
  • offset: (integer - default: 0 - minimum: 0)

When I set offset=80 and limit=1 I expect to receive invoice 80.
It always returns the n latest invoices of the user (where limit=n). Offset is not taken into account.

Please correct me if I'm missing something. It seems like a bug for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions