-
Notifications
You must be signed in to change notification settings - Fork 194
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
FulFillmentInboundServicev20240320.ListShipmentBoxesAsync fails to map paginationToken and retrieve pages properly #795
Comments
I created a pull request to fix this |
hi @abuzuhri , when can I expect this change to be released? |
You can search for PaginationToken in all the v202-03-20 folder and change them to paginationToken to test it out. |
Hi @rfatica , with this new general fix, there is no more need to rename PaginationToken to paginationToken , actually I restored back to PaginationToken ( pascal case) those that were changed. Now every query parameters get converted to cammel case just before being sent to amazon in the request. |
Same issue as #786, this time for operation "ListShipmentBoxesAsync"
This time, I'm making a fix more general for having the query parameters in cammel case
The text was updated successfully, but these errors were encountered: