Skip to content

Commit

Permalink
Merge pull request #12 from tpraxl/feature/bugfix-byr-byn
Browse files Browse the repository at this point in the history
Reflect replacement of BYR by BYN
  • Loading branch information
alcohol authored Dec 1, 2017
2 parents 6d28305 + 5f4226b commit 140bea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ISO4217.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ public function getAll()
],
[
'name' => 'Belarussian Ruble',
'alpha3' => 'BYR',
'numeric' => '974',
'exp' => 0,
'alpha3' => 'BYN',
'numeric' => '933',
'exp' => 2,
'country' => 'BY',
],
[
Expand Down

0 comments on commit 140bea9

Please sign in to comment.