RubyMoney / google_currency

Ruby Money::Bank interface for the Google Currency exchange data
http://rubymoney.github.com/google_currency
MIT License
182 stars 90 forks source link

Bitcoin not working with exchange_to #29

Closed tbraun89 closed 10 years ago

tbraun89 commented 10 years ago

Bitcoin (BTC) is not exchanged properly:

money = Money.new(1, "BTC")
money.exchange_to('USD')

This should be something about $400 but I get $0 as result. Other exchanges like USD to EUR are working.

semmons99 commented 10 years ago

It probably has to do with the large conversion rate. Try debugging variable exchange bank in the money gem.

On Tue, Sep 23, 2014 at 7:13 PM, Torsten Braun notifications@github.com wrote:

Bitcoin (BTC) is not exchanged properly: money = Money.new(1, "BTC") money.exchange_to('USD')

This should be something about $400 but I get $0 as result. Other exchanges like USD to EUR are working.

Reply to this email directly or view it on GitHub: https://github.com/RubyMoney/google_currency/issues/29

semmons99 commented 10 years ago

no activity; closing