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
392 stars 137 forks source link

getCurrencies() returns all #54

Closed umbertix closed 7 years ago

umbertix commented 7 years ago

The function getCurrencies() returns all the currencies, even when in the comment of the function says that it would return only the active one's.

Torann commented 7 years ago

Merged in fix