You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the initial implementation, it may make sense to support a few currencies at first.
42
+
43
+
In my case, I supported only
44
+
45
+
- USD
46
+
- EUR
47
+
- GBP
48
+
- JPY
49
+
50
+
## Improvements
51
+
52
+
### More currency support
53
+
54
+
The API you're using should provide a list of currencies they support. One improvement would be to use this list in order to define the supported currencies of your app. You'll want to consider how to make this a good UX however.
0 commit comments