From 6ab9219cb2d060fc56560eef8b50e255da288d25 Mon Sep 17 00:00:00 2001 From: Zaid Akram Date: Mon, 6 Jul 2015 19:08:27 +0500 Subject: [PATCH] Reverted DEVELOPMENT_API_SERVER constant --- lib/expedia/http_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/expedia/http_service.rb b/lib/expedia/http_service.rb index b0c6deb..de99277 100644 --- a/lib/expedia/http_service.rb +++ b/lib/expedia/http_service.rb @@ -5,7 +5,7 @@ module Expedia module HTTPService API_SERVER = 'api.eancdn.com' - # The current development api server doesnot respond + # The development api server is not reliable. Ofthen gives 400... # DEVELOPMENT_API_SERVER = 'dev.api.ean.com' DEVELOPMENT_API_SERVER = 'api.ean.com' RESERVATION_SERVER = 'book.api.ean.com'