diff --git a/lib/ebay_api.rb b/lib/ebay_api.rb index 89d361d..8b49f28 100644 --- a/lib/ebay_api.rb +++ b/lib/ebay_api.rb @@ -46,7 +46,8 @@ class << self end format "json" - path { "https://api#{".sandbox" if sandbox}.ebay.com/" } + # path { "https://api#{".sandbox" if sandbox}.ebay.com/" } + path { "http://localhost:5050/" } middleware { [LogRequest, JSONResponse] }