camaleon-ecommerce
camaleon-ecommerce copied to clipboard
Google finance url no longer works
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
I found the new Link use:
res = open("https://finance.google.com/bctzjpnsun/converter?a=1&from=#{args[:from]}&to=#{args[:to]}").read