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

Fix incorrect PerPage response in contacts list #62

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

briwa
Copy link
Contributor

@briwa briwa commented Apr 19, 2023

Upon reviewing the documentation, I realized that PerPage was accidentally added in the contacts list response which are not part of the contacts list response. It's incorrect and it will always evaluate to 0 because we stopped sending per_page in the response for contacts at least (not other endpoints). This should fix it. Also the integrations test for contacts list is missing, so I added it

@briwa briwa self-assigned this Apr 19, 2023
@briwa briwa marked this pull request as ready for review April 19, 2023 09:11
@briwa briwa requested review from sbrych and pkopac April 19, 2023 09:11
@briwa briwa merged commit 6ac0d2b into v3 Apr 19, 2023
@briwa briwa deleted the briwa/fix-incorrect-per-page-response-contacts branch April 19, 2023 09:22
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

Successfully merging this pull request may close these issues.

2 participants