Skip to content
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

Old Currency showing #1

Closed
ManojDatt opened this issue Feb 23, 2018 · 1 comment
Closed

Old Currency showing #1

ManojDatt opened this issue Feb 23, 2018 · 1 comment

Comments

@ManojDatt
Copy link

Concurrency.convert(100, "USD", "INR")

Output: 6507.8
Expected: 6484.05

Currency not updated as per current rate.

@naman2202
Copy link
Owner

naman2202 commented Mar 5, 2018

Hi Manoj!
This gem was using fixer.io which updates the conversion rates just once a day.
However, I have upgraded the gem in order to get the conversion rates from free.currencyconverterapi.com which refreshes the rates once in every 30 minutes.
So, kindly make sure you've got the 0.2.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants