Skip to content

Commit

Permalink
Updating presentment currencies - phase4 (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: sakarthikeyan <[email protected]>
  • Loading branch information
SatheeshKS10 and sakarthikeyan authored Oct 10, 2024
1 parent 3707fbd commit 2220c7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ export const VAULT = {

export const CURRENCY = {
AED: ("AED": "AED"),
AFN: ("AFN": "AFN"),
ALL: ("ALL": "ALL"),
AMD: ("AMD": "AMD"),
ANG: ("ANG": "ANG"),
ARS: ("ARS": "ARS"),
AOA: ("AOA": "AOA"),
AUD: ("AUD": "AUD"),
AWG: ("AWG": "AWG"),
Expand Down Expand Up @@ -55,6 +57,7 @@ export const CURRENCY = {
DZD: ("DZD": "DZD"),
EGP: ("EGP": "EGP"),
ETB: ("ETB": "ETB"),
ERN: ("ERN": "ERN"),
EUR: ("EUR": "EUR"),
FJD: ("FJD": "FJD"),
FKP: ("FKP": "FKP"),
Expand Down Expand Up @@ -134,6 +137,7 @@ export const CURRENCY = {
SOS: ("SOS": "SOS"),
SRD: ("SRD": "SRD"),
STN: ("STN": "STN"),
SVC: ("SVC": "SVC"),
SZL: ("SZL": "SZL"),
THB: ("THB": "THB"),
TMT: ("TMT": "TMT"),
Expand All @@ -148,6 +152,7 @@ export const CURRENCY = {
USD: ("USD": "USD"),
UYU: ("UYU": "UYU"),
UZS: ("UZS": "UZS"),
VES: ("VES": "VES"),
VND: ("VND": "VND"),
VUV: ("VUV": "VUV"),
WST: ("WST": "WST"),
Expand Down

0 comments on commit 2220c7c

Please sign in to comment.