Skip to content

Commit

Permalink
Added SRD def to admin dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
reddington committed Dec 23, 2024
1 parent e6c1324 commit 213540f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/admin/dashboard/src/lib/data/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,12 @@ export const currencies: Record<string, CurrencyInfo> = {
symbol_native: "$",
decimal_digits: 2,
},
SRD: {
code: "SRD",
name: "Surinamese Dollar",
symbol_native: "SRD",
decimal_digits: 2,
},
SOS: {
code: "SOS",
name: "Somali Shilling",
Expand Down

0 comments on commit 213540f

Please sign in to comment.