We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example hash payload that does not parse properly:
{:marketing_event => { :marketed_resources=>[{:type=>"product", :id=>57474842640}]}}
The resulting string is marketing_event[marketed_resources][][type]=product. You can see that the id is completely omitted from the resulting string.
marketing_event[marketed_resources][][type]=product
id
This could have been a result of the refactor of this class in the latest version. https://github.com/jnunemaker/httparty/blob/master/lib/httparty/hash_conversions.rb
The text was updated successfully, but these errors were encountered:
Thanks for the report. I'd be up for a PR. I can try to tackle it at some point, but I'm not sure when. If anyone else has time, let me know.
Sorry, something went wrong.
Hi @jnunemaker I have add a PR which fixes this, let me know if you need anything extra to get this merged.
Closed by #583
No branches or pull requests
Example hash payload that does not parse properly:
The resulting string is
marketing_event[marketed_resources][][type]=product
. You can see that theid
is completely omitted from the resulting string.This could have been a result of the refactor of this class in the latest version.
https://github.com/jnunemaker/httparty/blob/master/lib/httparty/hash_conversions.rb
The text was updated successfully, but these errors were encountered: