V2105
We have been facing an issue in which some of our b2bcustomers are getting EUR currency. We also have noticed this behavior when creating carts and placing orders via ASM.
Now we have Base Store default currency set as well as setting the sessionCurrency for all of our b2bcustomers.
When I look at the currency model, I can see that EUR is set as active and the rest of the currencies: GBP, CAD, USD, and JPY are not active. Since I want to make use of USD for our US base store and CAD for our CA store, should I make them active in the currency model, and set EUR active to false?
I have not come across much on this topic. Are there other errors in the code base that we should be looking for? I would assume that this has to be all done via configuration and not customization.