CoreBOSBB

Full Version: [ solved ] update exchange rate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How this process should be working?

I wish in my system get a exchange rate for every day

I setting my cron task to 12h for testing proposes, but nothing occurs

What I did wrong?
that cron is based on a free service of yahoo that probably has changed (everything is changing lately). we would have to verify if it is still free and working
try calling the service directly to see what you get
https://github.com/tsolucio/corebos/blob/master/cron/UpdateExchangeRate.service#L35
Yes i think service not available anymore

And about that API ?

https://ratesapi.io/
Solved thanks!

I suggest. when possible to only, display on the conversion rates screen the last update date like as scheduler cron shows ...
done
thanks!!