Closed paulodiniz closed 8 years ago
This
iex(1)> Xe.fetch({'USD', 'EUR'}) {:ok, ["1.00", "0.891482"]}
Should be this
iex(1)> Xe.fetch({'USD', 'EUR'}) {:ok, [1.00, 0.891482]}
Done on commit https://github.com/paulodiniz/xe/commit/a807b2222d7aa567c1a04f0a9f21f13eddc50d8f
This
Should be this