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