Quote from badr on April 29, 2024, 17:12
Hello,
Still testing this free version before upgrading to the pro.
We have to use "The Free Currency Converter by European Central Bank" aggregator because it's the one used in WHMCS and we must match rates with our website.
This free converter doesn't require an API key. So when you chose it in the "currency aggregator" option the "Aggregator API Key" option disappears as it should.
However, when you chose this aggregator and try to refresh the rates by clicking on "Update all rates" button, it fails with the error "no data for ..."
Digging a little bit, I found out that there are some errors in the code: The key for that aggregator is "free_ecb" while the handler used is for "api.exchangeratesapi.io" which requires an API key. And the correct handler is expecting "ecb" as a key while that key is not an option in the dropdown.
We could fix this locally, however it should be fixed from your end so that we don't lose changes with updates.
Looking forward to your feed-back.
Thank you !
Hello,
Still testing this free version before upgrading to the pro.
We have to use"The Free Currency Converter by European Central Bank" aggregator because it's the one used in WHMCS and we must match rates with our website.
This free converter doesn't require an API key. So when you chose it in the"currency aggregator" option the"Aggregator API Key" option disappears as it should.
However, when you chose this aggregator and try to refresh the rates by clicking on"Update all rates" button, it fails with the error"no data for ..."
Digging a little bit, I found out that there are some errors in the code: The key for that aggregator is"free_ecb" while the handler used is for"api.exchangeratesapi.io" which requires an API key. And the correct handler is expecting"ecb" as a key while that key is not an option in the dropdown.
We could fix this locally, however it should be fixed from your end so that we don't lose changes with updates.
Looking forward to your feed-back.
Thank you !