Customer Multi-Currency fatal if store currency is changed #2068
Labels
component: customer multi-currency
Issues related to customer multi-currency project
status: has pr
The issue has a PR.
If you go to WooCommerce > Settings > Multi-Currency, and then enable currencies, such as CAD and BIF, then go to Settings > General and change the currency to Euro, it will create a fatal error. This may be due to the enabled currencies array in the database doesn't have the new default currency in it.
In my test I had USD as my store currency, enabled CAD and BIF, then switch to Euro as my store currency and one error stated USD was not an index. I believe this is due to the mock available currencies does not have USD in it, this then causes a downward spiral.
The text was updated successfully, but these errors were encountered: