Skip to content

Commit

Permalink
Change PEN currency symbol (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoDiaz authored Nov 17, 2022
1 parent 05cb9fc commit 4276dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/money/currency.ex
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ defmodule Money.Currency do
NZD: %{name: "New Zealand Dollar", symbol: "$", exponent: 2, number: 554},
OMR: %{name: "Rial Omani", symbol: "﷼", exponent: 3, number: 512},
PAB: %{name: "Balboa US Dollar", symbol: "B/.", exponent: 2, number: 590},
PEN: %{name: "Nuevo Sol", symbol: "S/.", exponent: 2, number: 604},
PEN: %{name: "Nuevo Sol", symbol: "S/", exponent: 2, number: 604},
PGK: %{name: "Kina", symbol: "K", exponent: 2, number: 598},
PHP: %{name: "Philippine Peso", symbol: "₱", exponent: 2, number: 608},
PKR: %{name: "Pakistan Rupee", symbol: "₨", exponent: 2, number: 586},
Expand Down

0 comments on commit 4276dd7

Please sign in to comment.