1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00
Maybe/test/fixtures/exchange_rates.yml
Zach Gollwitzer 6767aaed1d
Handle missing exchange rate provider, allow fallback for missing rates (#955)
* Clean up exchange rate logic

* Remove stale method
2024-07-08 09:04:59 -04:00

11 lines
182 B
YAML

one:
from_currency: EUR
to_currency: GBP
rate: 1.0986
date: <%= Date.current %>
two:
from_currency: EUR
to_currency: GBP
rate: 1.0926
date: <%= 1.day.ago.to_date %>