From 39dad0958672cb80680faa679f1bedee1dac948d Mon Sep 17 00:00:00 2001 From: Zaid Akram Date: Sat, 10 Jan 2015 17:35:50 +0500 Subject: [PATCH] Updated rails initializer as per pull request #14 --- lib/generators/templates/expedia.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/generators/templates/expedia.txt b/lib/generators/templates/expedia.txt index 99eb23d..444b660 100644 --- a/lib/generators/templates/expedia.txt +++ b/lib/generators/templates/expedia.txt @@ -4,5 +4,8 @@ Expedia.setup do |config| config.shared_secret = 'your_shared_secret' config.locale = 'en_US' # For Example 'de_DE'. Default is 'en_US' config.currency_code = 'USD' # For Example 'EUR'. Default is 'USD' - config.minor_rev = 26 # between 4-26 as of July 2014. Default is 4. 26 being latest + config.minor_rev = 28 # between 4-28 as of Jan 2015. If not set, 4 is used by EAN. + # optional configurations... + config.timeout = 1 # read timeout in sec + config.open_timeout = 1 # connection timeout in sec end