A gem that calculates the exchange rate using published rates from European Central Bank. Compatible with the money gem
217
stars
130
forks
source link
ArgumentError: wrong number of arguments (given 3, expected 2) #116
Closed
thibaut-pro closed 1 year ago
We are getting the following error when trying to call
.exchange_to
:It seems like the instantiated store is the money
RatesStore
instead of the eu_central_bankStoreWithHistoricalDataSupport
.How can we fix that?