Skip to content

Commit

Permalink
Updated rails initializer as per pull request #14
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidakram committed Jan 10, 2015
1 parent 4ef5a93 commit 39dad09
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/generators/templates/expedia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39dad09

Please sign in to comment.