diff --git a/backend/internal/core/currencies/currencies.json b/backend/internal/core/currencies/currencies.json index c7b263096..6aeef7d47 100644 --- a/backend/internal/core/currencies/currencies.json +++ b/backend/internal/core/currencies/currencies.json @@ -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", @@ -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",