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
Hi,
Just noticed an issue in the last version ("2.8.5") with the method "findItemsByKeywords".
You are calling two times "encodeURIComponent" on the keywords variable :
Hi,
Just noticed an issue in the last version ("2.8.5") with the method "findItemsByKeywords".
You are calling two times "encodeURIComponent" on the keywords variable :
then
So keywords like "foo bar" would look like "foo%2520bar" instead of "foo%20bar", resulting in a wrong search against Ebay's API.
Noticed that this issue might be present in other piece of codes, but I haven't checked it.
Hope this will help 😉
The text was updated successfully, but these errors were encountered: