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

not all params to be used are in function prepareParameters in EtsyApi.php #48

Open
gijsve opened this issue Mar 16, 2019 · 0 comments
Open

Comments

@gijsve
Copy link

gijsve commented Mar 16, 2019

I needed to change line 115 in function prepareParameters in EtsyApi.php to:
$allowed = array("limit", "offset", "page", "sort_on", "sort_order", "include_private", "language","was_shipped","was_paid","shop_id");

To make it work the way I wanted. Else was_shipped etc. are ignored.

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

1 participant