Skip to content

Commit

Permalink
Change http endpoint to https.
Browse files Browse the repository at this point in the history
  • Loading branch information
phlegx authored Jun 23, 2022
1 parent 93eacb4 commit 63d86f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/money/bank/currencylayer_bank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class NoAccessKey < StandardError; end
# CurrencylayerBank base class
class CurrencylayerBank < Money::Bank::VariableExchange
# CurrencylayerBank url
CL_URL = 'http://api.currencylayer.com/live'.freeze
CL_URL = 'https://api.currencylayer.com/live'.freeze
# CurrencylayerBank secure url
CL_SECURE_URL = CL_URL.sub('http:', 'https:')
# Default base currency
Expand Down

0 comments on commit 63d86f7

Please sign in to comment.