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

Need to account for multiple pages during service requests #95

Open
dkrame11 opened this issue Aug 19, 2022 · 1 comment
Open

Need to account for multiple pages during service requests #95

dkrame11 opened this issue Aug 19, 2022 · 1 comment

Comments

@dkrame11
Copy link

During service requests like LineItem.find_or_create_lineitem() we often have new LineItems created since the request only gets the first 50 and doesn't check if theres a next page.

@hmoffatt
Copy link
Contributor

It should continue with subsequent pages - see find_lineitem and get_lineitems here:

def get_lineitems(self):

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

2 participants