Skip to content

Commit

Permalink
Add ZWL currency Rhymond#131
Browse files Browse the repository at this point in the history
  • Loading branch information
dkasenka committed Jun 7, 2023
1 parent cf07c4c commit 090fe6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,5 @@ const (
ZAR = "ZAR"
ZMW = "ZMW"
ZWD = "ZWD"
ZWL = "ZWL"
)
1 change: 1 addition & 0 deletions currency.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ var currencies = Currencies{
ZAR: {Decimal: ".", Thousand: ",", Code: ZAR, Fraction: 2, NumericCode: "710", Grapheme: "R", Template: "$1"},
ZMW: {Decimal: ".", Thousand: ",", Code: ZMW, Fraction: 2, NumericCode: "967", Grapheme: "ZK", Template: "$1"},
ZWD: {Decimal: ".", Thousand: ",", Code: ZWD, Fraction: 2, NumericCode: "932", Grapheme: "Z$", Template: "$1"},
ZWL: {Decimal: ".", Thousand: ",", Code: ZWD, Fraction: 2, NumericCode: "932", Grapheme: "Z$", Template: "$1"},
}

// AddCurrency lets you insert or update currency in currencies list.
Expand Down

0 comments on commit 090fe6d

Please sign in to comment.