Skip to content

Commit

Permalink
Merge pull request #1059 from Loujayna1/add-new-currency
Browse files Browse the repository at this point in the history
 Add Support for Venezuelan Bolívar (VES) currency
  • Loading branch information
salahlalami authored Apr 24, 2024
2 parents 93e1317 + fe92ae7 commit 4aed649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/utils/currency.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const currencyList = [
'UYU',
'UZS',
'VEF',
'VES',
'VND',
'XAF',
'XOF',
Expand Down
1 change: 1 addition & 0 deletions frontend/src/pages/Currency/currencyList.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export const currencyList = [
'UYU',
'UZS',
'VEF',
'VES',
'VND',
'XAF',
'XOF',
Expand Down

0 comments on commit 4aed649

Please sign in to comment.