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

[BUG] Currency parsing error #7

Closed
2 of 8 tasks
ftp27 opened this issue Jun 28, 2017 · 3 comments
Closed
2 of 8 tasks

[BUG] Currency parsing error #7

ftp27 opened this issue Jun 28, 2017 · 3 comments
Labels

Comments

@ftp27
Copy link

ftp27 commented Jun 28, 2017

Issue Label:

  • bug
  • feature
  • enhancement

Description of bug or feature enhancement:

currency
What is the base currency: EUR
What currency to exchange to: RUB
What is the amount being exchanged: 1600

=========================
| EUR to RUB
| Rate: 6.553
| EUR: 1600
| RUB: 10484.800
=========================

But from:
http://api.fixer.io/latest?base=EUR&symbols=RUB

{"base":"EUR","date":"2017-06-27","rates":{"RUB":66.553}}

OS and OS version:

  • Mac
  • Linux 32 Bit
  • Linux 64 Bit
  • Windows 32 Bit
  • Windows 64 Bit

OS Version:

@alexanderepstein alexanderepstein changed the title Currency parcing error Currency parsing error Jun 28, 2017
@alexanderepstein
Copy link
Owner

I see the issue in my code, will fix later today

@alexanderepstein alexanderepstein changed the title Currency parsing error [BUG] Currency parsing error Jun 28, 2017
@alexanderepstein
Copy link
Owner

This should be fixed with 4ddcc64

@alexanderepstein
Copy link
Owner

Will release update later tonight

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

No branches or pull requests

2 participants