feat: add brazilian real currency (#5989)
Added support to Brazilian Real currency code, added the new code on `CurrencyCode.ts` and on `SETTINGS_FIELD_CURRENCY_CODES`
This commit is contained in:
committed by
GitHub
parent
d126b148a1
commit
91b0c2bb8e
@ -15,4 +15,5 @@ export enum CurrencyCode {
|
||||
QAR = 'QAR',
|
||||
AED = 'AED',
|
||||
KRW = 'KRW',
|
||||
BRL = 'BRL',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user