-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix to make exchange rate data with fixer.io work again #2694
Conversation
I'm looking at the documentation at https://fixer.io/documentation, and I can see they still mention the current URL in their examples (only difference is |
@elidrissidev I've tried this url at first but it didn't work. When you want to get an api key from fixer.io you will be redirected to apilayer.com. So you have to use the new url. |
Tested and confirmed. @dbachmann opened PR at your repo. |
@sreichel Tested your code. Works perfectly. Good job. |
Unit Test Results1 files 1 suites 0s ⏱️ Results for commit fa5f628. |
Description (*)
A customer of mine wanted to update the exchange rates in his shop. I wanted to use fixer.io but I got an error. So I looked into the code and looked into the documentation of fixer which is now part of apilayer.com. I changed the api url and a parameter name. When I entered my api key and tested this, everything worked like charm and I got the correct exchange rates.
Manual testing scenarios (*)