You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: