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 for https://github.com/abuzuhri/Amazon-SP-API-CSharp/issues/795 #796

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

dmelendez35
Copy link
Contributor

Some methods hare having problems mapping the PaginationToken, making paginated calls to get into a cycle an retrieveing the max of 20 pages. If PaginationToken is renamed to paginationToken (cammel case) it works, so is a problem in the casing.
I have made a moregeneral fix, I restores the Pascal case names, and in the methos of creating the query parameters i convert ot cammel case

Related issues:

#786
#795

@abuzuhri abuzuhri merged commit 0388197 into abuzuhri:main Dec 4, 2024
1 check passed
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