From 499bb90b0923f63dbf0e335a606fe925d3fcaf57 Mon Sep 17 00:00:00 2001 From: Katos <7927609+katosdev@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:50:16 +0100 Subject: [PATCH] Update currencies to include more currencies --- .../internal/core/currencies/currencies.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/backend/internal/core/currencies/currencies.json b/backend/internal/core/currencies/currencies.json index c7b26309..6aeef7d4 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",