recurly/recurly-client-dotnet

ListAccountInvoices passing in a limit into ListAccountInvoicesParams doesn't seem to work

aron-ridgway-deltatre opened this issue · 1 comments

Warning: Github issues are not an official support channel for Recurly. If you have an urgent request we suggest you contact us through an official channel: support@recurly.com or https://recurly.zendesk.com

Describe the bug

ListAccountInvoices passing in a limit into ListAccountInvoicesParams, does not limit the request seems to default to 200.

To Reproduce

Call the ListAccountInvoices from the client and try to limit the request.

If possible, please provide example code which we can run to reproduce the bug.
The faster we can reproduce the bug, the faster we can help you.

Expected behavior

I would expect the limit parameter to work as expected, calling the api endpoint through postman works correctly.

Your Environment

Using 4.28.0 but also updated to 4.30.0 but its the same issue.
.Net 6.0

Apologies i was using toList() which loaded the full collection, i will close this issue.