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

Double quotation marks in field breaks api call #28

Closed
bugraceylan opened this issue Feb 18, 2021 · 3 comments
Closed

Double quotation marks in field breaks api call #28

bugraceylan opened this issue Feb 18, 2021 · 3 comments

Comments

@bugraceylan
Copy link

Any field containing double quotation marks breaks the api call, tried with 1.4.6, anyone having this issue? JSON Post is the method.

@bugraceylan
Copy link
Author

adding $value = str_replace('"', ' ', $value); fixed my issue

@kennym
Copy link
Owner

kennym commented Mar 20, 2021

I cannot provide support for your issue. Thanks for understanding. PRs are welcomed.

@kennym kennym closed this as completed Mar 20, 2021
@bugraceylan
Copy link
Author

Hi @kennym , PR 29 were containing the related fix, thanks!

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

No branches or pull requests

2 participants