OpenBankProject / OBP-CLI

A command line interface for OBP API
GNU Affero General Public License v3.0
15 stars 15 forks source link

Add new exchange rates rates to OBP #33

Closed chrisjsimpson closed 5 years ago

chrisjsimpson commented 5 years ago

When importing transactions, exchange rates need to be present for all of the currencies being imported in order to support conversion.

otherwise we see:

OBP-10006: Invalid Currency Value. The requested currency conversion (EUR to XYZ) is not supported."} during import

chrisjsimpson commented 5 years ago

https://github.com/OpenBankProject/OBP-CLI/pull/35