-
Notifications
You must be signed in to change notification settings - Fork 353
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
Missing attributes when paginating customers #677
Comments
What API version are you using and could you provide some code? The only difference that I see in the
|
If you are specifying fields make sure you set them as a string and not an array, because that will exhibit the behavior that you mentioned. Ex:
|
This issue is stale because it has been open for 60 days with no activity. It will be closed if no further action occurs in 14 days. |
We are closing this issue because it has been inactive for a few months. If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines Thank you! |
Issue summary
When executing function Customers.find() only the first page contains user emails, any customer retrieved from .next_page() is missing important attributes.
Expected behavior
I would expect every customer in all pages contain the same attributes.
Actual behavior
Only the customers on the first page have key attributes like first_name, last_name and email.
Steps to reproduce the problem
The text was updated successfully, but these errors were encountered: