PayButton / paybutton-server

Manage eCash payments received through your online business.
MIT License
6 stars 2 forks source link

[#848] feat: use currency setting #885

Closed chedieck closed 2 weeks ago

chedieck commented 2 weeks ago

Related to #619

Description

Implements the usage of the user prefered currency.

Test plan

  1. Spin up the containers on master.

  2. Switch the currency of the dev user to CAD. Checking out the dashboard then, should yield no difference.

  3. Checkout to this branch. Still this should yield no difference

  4. Now reset the cache. yarn docker cr.

  5. Finally, the values in the dashboard and elsewhere should all be in CAD instead of USD (thus they will be significantly higher).