ash-jc-allen / laravel-exchange-rates

A Laravel wrapper package for interacting with the exchangeratesapi.io API.
MIT License
449 stars 49 forks source link

base_currency_access_restricted #58

Closed premmurugesan closed 3 years ago

premmurugesan commented 3 years ago

For a free plan, exchangeRate() function working for base currency EUR, Not working for other currencies, When attempting to set other currencies as the base currency issue occurring base_currency_access_restricted

Screenshot 2021-04-05 at 10 57 26 AM
ash-jc-allen commented 3 years ago

Hi @premmurugesan, sorry that you're having issues with the package. Unfortunately, as of a few days ago, the API has completely changed and some of the features are now behind a paywall.

So, from what I can see, without paying for access to the API, you now can't use a base currency in the requests anymore.