Torann / laravel-currency

This provides Laravel with currency functions such as currency formatting and conversion using up-to-date exchange rates.
http://lyften.com/projects/laravel-currency
BSD 2-Clause "Simplified" License
393 stars 136 forks source link

Fix url and response handling for fetching google currency data #104

Closed 4ice closed 6 years ago

4ice commented 6 years ago

If you run php artisan currency:update -g. It will not work, since google has replaced their serivce. This update makes it work again.

4ice commented 6 years ago

I just noticed that I was reading to sloppy. This is actually not google finance, but it is a recommended replacement. Which means that the code is confusing. Therefore I will close the PR. Sorry!