Skip to content

Commit

Permalink
Updated currencies (moneyphp#479)
Browse files Browse the repository at this point in the history
Updated currencies to include new currencies of Mauritania (MRU instead of MRO),
and Sao Tomé and Príncipe (STN instead of STD).
  • Loading branch information
pascal-hofmann authored and frederikbosch committed Mar 28, 2018
1 parent 43ad4f8 commit 2a07142
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions resources/currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -699,12 +699,12 @@
'minorUnit' => 2,
'numericCode' => 462,
),
'MRO' =>
'MRU' =>
array (
'alphabeticCode' => 'MRO',
'alphabeticCode' => 'MRU',
'currency' => 'Ouguiya',
'minorUnit' => 2,
'numericCode' => 478,
'numericCode' => 929,
),
'MUR' =>
array (
Expand Down Expand Up @@ -842,7 +842,7 @@
'PHP' =>
array (
'alphabeticCode' => 'PHP',
'currency' => 'Philippine Peso',
'currency' => 'Philippine Piso',
'minorUnit' => 2,
'numericCode' => 608,
),
Expand Down Expand Up @@ -895,12 +895,12 @@
'minorUnit' => 2,
'numericCode' => 882,
),
'STD' =>
'STN' =>
array (
'alphabeticCode' => 'STD',
'alphabeticCode' => 'STN',
'currency' => 'Dobra',
'minorUnit' => 2,
'numericCode' => 678,
'numericCode' => 930,
),
'SAR' =>
array (
Expand Down
4 changes: 2 additions & 2 deletions src/MoneyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
* @method static Money MMK(string $amount)
* @method static Money MNT(string $amount)
* @method static Money MOP(string $amount)
* @method static Money MRO(string $amount)
* @method static Money MRU(string $amount)
* @method static Money MUR(string $amount)
* @method static Money MVR(string $amount)
* @method static Money MWK(string $amount)
Expand Down Expand Up @@ -137,7 +137,7 @@
* @method static Money SOS(string $amount)
* @method static Money SRD(string $amount)
* @method static Money SSP(string $amount)
* @method static Money STD(string $amount)
* @method static Money STN(string $amount)
* @method static Money SVC(string $amount)
* @method static Money SYP(string $amount)
* @method static Money SZL(string $amount)
Expand Down

0 comments on commit 2a07142

Please sign in to comment.