-
Notifications
You must be signed in to change notification settings - Fork 345
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels