juspay/hyperswitch

feat(core): Add all currencies in Currency Enum

Open

#1,814 opened on Jul 28, 2023

View on GitHub
 (9 comments) (0 reactions) (1 assignee)Rust (42,690 stars) (4,676 forks)batch import
C-featuregood first issue

Description

Feature Description

Add missing currencies to Currency enum in enum.rs, since we want descent coverage of the currencies. Reference - https://en.wikipedia.org/wiki/List_of_circulating_currencies

Possible Implementation

  1. Add all the missing currencies.
  2. Run the migrations (Can refer to this pr - https://github.com/juspay/hyperswitch/pull/1670/files#diff-b90f2b50c9b9e664a9f6b840c1590342362713cffb3546db779813106242772f)

Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Have you read the Contributing Guidelines?

Are you willing to submit a PR?

None

Contributor guide

feat(core): Add all currencies in Currency Enum · juspay/hyperswitch#1814 | Good First Issue