Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
currency: replace
exchangerate.host
-> open.er-api.com
exchangerate.host was bought and changed to require an API key. The new owner also allegedly broke compatibility with the original endpoints, based on GitHub comments from other developers, so I didn't even bother signing up for a key and testing it. I just found a new keyless API. ExchangeRate-API.com also provides key-based services, but there's an open endpoint that doesn't require any key we can use for now. VCR file for `currency` example test has been updated, as well. Note that this will be a "breaking" change for users who specify the `currency.fiat_provider` option in their settings as `exchangerate.host` since that's no longer a valid value. (Ask me how I know... I forgot to update the default at first and the test suite failed because of it. :D)
- Loading branch information