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
* Don't encode filter=
The query string for the buy api should not encode the = symbol. The `filter=` part of the query string has been removed outside of the `encodeURLQuery` function.
* constructAdditionalParams function
Allow for array of options for multiple filter values
eBay reference: Filters with Multiple Values - https://developer.ebay.com/devzone/finding/Concepts/FindingAPIGuide.html#useitemfilters
* fix conflict from unrelated merge conflict.
* test constructAdditionalParams
now includes test for array of values for multiple filter values.
* Slightly improve readability of constructAdditionalParams
Co-authored-by: daveybrown <daveybrown@users.noreply.github.com>
Co-authored-by: Davey Brown <>
0 commit comments