Skip to content

Commit

Permalink
Merge pull request #81 from sysadminsmedia/katos/currency
Browse files Browse the repository at this point in the history
Update currencies to include more currencies
  • Loading branch information
katosdev authored Jun 30, 2024
2 parents bcd826e + 499bb90 commit ea1d922
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions backend/internal/core/currencies/currencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
"symbol": "؋",
"name": "Afghan Afghani"
},
{
"code": "XCD",
"local": "Eastern Carribean",
"symbol": "$",
"name": "Eastern Carribean Dollar"
},
{
"code": "XOF",
"local": "CFA Franc",
"symbol": "CFA",
"name": "CFA Franc"
},
{
"code": "ALL",
"local": "Albania",
Expand Down Expand Up @@ -167,12 +179,24 @@
"symbol": "FC",
"name": "Congolese Franc"
},
{
"code": "XAF",
"local": "CFA",
"symbol": "FCFA",
"name": "CFA Franc BEAC"
},
{
"code": "CHF",
"local": "Switzerland",
"symbol": "CHF",
"name": "Swiss Franc"
},
{
"code": "NZD",
"local": "New Zealand",
"symbol": "NZ$",
"name": "New Zealand Dollar"
},
{
"code": "CLP",
"local": "Chile",
Expand Down

0 comments on commit ea1d922

Please sign in to comment.