flancer32 / mage2_ext_free_rates

Magento 2: Currency converter to get rates from https://free.currencyconverterapi.com/
GNU General Public License v3.0
6 stars 0 forks source link

since a few days, currency rates didnt working #3

Closed dkostelyanets closed 5 years ago

dkostelyanets commented 5 years ago

this code in fcc.php didnt working anymore: const CURRENCY_CONVERTER_URL = 'https://free.currencyconverterapi.com/api/v3/convert?q={{CURRENCY_FROM}}_{{CURRENCY_TO}}'; cause in a few days ago author of currency converter changed api requests to his service. now every free user should obtain his own api key for the service usage. correct code, after getting api key is const CURRENCY_CONVERTER_URL ='https://free.currencyconverterapi.com/api/v3/convert?apiKey=YourApiCodeGoesHere&q={{CURRENCY_FROM}}_{{CURRENCY_TO}}'; and thank you much for your module. it's helps a lot!

flancer64 commented 5 years ago

I've added API Key to module's config. Please, try version 0.2.0.