-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Resolve "Currency Converter API" can not get Currency Rate #24008
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
Resolve "Currency Converter API" can not get Currency Rate #24008
Conversation
Hi @edenduong. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
dff10dd
to
3137c88
Compare
325051f
to
e4f4701
Compare
app/code/Magento/Directory/Model/Currency/Import/CurrencyConverterApi.php
Outdated
Show resolved
Hide resolved
app/code/Magento/Directory/Model/Currency/Import/CurrencyConverterApi.php
Outdated
Show resolved
Hide resolved
Hi @swnsma, thank you for the review. |
Hi @edenduong ! During testing we faced an issue. Problem: Duplicate "Invalid Free API Key..." error message Steps to reproduce:
@edenduong Could you take a look? Thanks! |
Hello @engcom-Alfa, I have changed the source code. You can check it again. Hi @swnsma : Please review my new changes. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems OK for me.
Hi @swnsma, thank you for the review. |
✔️ QA Passed |
Hi @edenduong, thank you for your contribution! |
Description (*)
Resolve "Currency Converter API" can not get Currency Rate.
As my inspection, https://free.currencyconverterapi.com/ now required the API key.
But now in Magento 2.3, it doesn't have the API Key config. => Missing information and can not get the rate.
Solution: Add the "API Key" config to the settings, pass the key to the API Url.
Fixed Issues (if relevant)
Manual testing scenarios (*)
- When no fill API Key
Expected result
- When fill correct API Key
Expected result
Questions or comments
Contribution checklist (*)