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

array(string), validation #34

Open
calebn opened this issue Apr 5, 2018 · 1 comment
Open

array(string), validation #34

calebn opened this issue Apr 5, 2018 · 1 comment

Comments

@calebn
Copy link

calebn commented Apr 5, 2018

Your parameter validation incorrectly sees array("string1", "string2", "string3") as valid when it will produce an invalid_signature error (code 403) when sent to Etsy. The array(string) parameter type can only contain a single element to be valid. The earlier example must be array("string1, string2, string3") in order to be accepted by Etsy.

@geewhzz
Copy link

geewhzz commented Nov 16, 2020

This I believe is happening to me also when using updateInventory when I need to use array(int1, int2) for the "price_on_property", "quantity_on_property", and "sku_on_property" fields.

With one int such as array(int) it works fine but using array(int1, int2) is crashing my Apache server causing it to restart and I get a connection reset error.

Any ideas? I am going to look into trying to debug it tonight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants