From 42b67104efc0683efac24e0d7cfe440c6489a1ad Mon Sep 17 00:00:00 2001 From: Ivan Vershigora Date: Sat, 24 Oct 2020 10:22:40 +0300 Subject: [PATCH] ADD: Philippines Peso currency --- models/fiatUnit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/models/fiatUnit.js b/models/fiatUnit.js index a879f4615..d9281a255 100644 --- a/models/fiatUnit.js +++ b/models/fiatUnit.js @@ -23,6 +23,7 @@ export const FiatUnit = Object.freeze({ NOK: { endPointKey: 'NOK', symbol: 'kr', locale: 'nb-NO' }, NZD: { endPointKey: 'NZD', symbol: '$', locale: 'en-NZ' }, PLN: { endPointKey: 'PLN', symbol: 'zł', locale: 'pl-PL' }, + PHP: { endPointKey: 'PHP', symbol: '₱', locale: 'en-PH' }, RUB: { endPointKey: 'RUB', symbol: '₽', locale: 'ru-RU' }, SGD: { endPointKey: 'SGD', symbol: 'S$', locale: 'zh-SG' }, SEK: { endPointKey: 'SEK', symbol: 'kr', locale: 'sv-SE' },