-
Notifications
You must be signed in to change notification settings - Fork 56
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
Global ID Fix #14
base: master
Are you sure you want to change the base?
Global ID Fix #14
Conversation
--Added find completed items. Was in the eBay API but not in rebay. --Added find items by image. Was in the eBay API but not in rebay. --Added test coverage for find completed items and find items by image. --Added json responses for both find completed items and find items by image for tests.
…al to any of the Global ID values listed on https://developer.ebay.com/DevZone/merchandising/docs/CallRef/Enums/GlobalIdList.html. If a Global ID is not supplied, the application will default to EBAY-USA
Any chance of merging this into master branch? |
I don't think ccollins will merge, you can specify the git url in the gemfile instead. Did it work for you? |
It works great. Thanks for the fix!
|
Fixed default Global ID issue. Client can now set default_site_id equal to any of the Global ID values listed on https://developer.ebay.com/DevZone/merchandising/docs/CallRef/Enums/GlobalIdList.html. If a Global ID is not supplied, the application will default to EBAY-USA