owen2345 / camaleon-ecommerce

This is an ecommerce plugin for CAMALEON CMS
MIT License
21 stars 20 forks source link

Google finance url no longer works #60

Open josefsj3m opened 6 years ago

josefsj3m commented 6 years ago

Hi, Google finance url no longer works and the method e_finance_exchange_converter in ecommerce_functions_helper.rb throws an exception because this call returns nil:

res = open("https://finance.google.com/finance/converter?a=1&from=#{args[:from]}&to=#{args[:to]}").read

Is there an alternative to solve it ? Thanks

Frasob commented 6 years ago

I found the new Link use:

res = open("https://finance.google.com/bctzjpnsun/converter?a=1&from=#{args[:from]}&to=#{args[:to]}").read