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(PHP): Fix query param serialization of nested objects [TSI-2593] #663

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

bikmazefe
Copy link
Member

@bikmazefe bikmazefe commented Jul 31, 2024

Fix query param serialization of nested fields such as format_options and custom_metadata_filters for locale download in PHP SDK. It seems Guzzle's query builder can't properly handle nested arrays, using the built-in http_build_query function seems to fix the issue.

https://phrase.atlassian.net/browse/TSI-2593

@bikmazefe bikmazefe marked this pull request as ready for review August 1, 2024 07:48
Copy link
Collaborator

@jablan jablan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌 that's a lot of nulls!

@bikmazefe bikmazefe merged commit c3a6525 into master Aug 1, 2024
14 checks passed
@bikmazefe bikmazefe deleted the tsi-2593 branch August 1, 2024 09:48
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