Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recurring.list() only returning one record #66

Open
bmeredyk opened this issue Feb 2, 2017 · 0 comments
Open

Recurring.list() only returning one record #66

bmeredyk opened this issue Feb 2, 2017 · 0 comments

Comments

@bmeredyk
Copy link

bmeredyk commented Feb 2, 2017

When trying to retrieve a list of ARB Subscriptions no matter how many records are requested with params['paging']['limit'] there is always only one ['subscription_detail'] record included within ['subscription_details'] even if total_num_in_result_set says there should be many more

response = authorize.Recurring.list( dict(search_type = 'subscriptionActive', paging = dict(limit = 1000, offset=1), sorting = dict(orderBy = 'status', orderDescending = False)) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant