Skip to content

Commit 140bea9

Browse files
authored
Merge pull request #12 from tpraxl/feature/bugfix-byr-byn
Reflect replacement of BYR by BYN
2 parents 6d28305 + 5f4226b commit 140bea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ISO4217.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ public function getAll()
271271
],
272272
[
273273
'name' => 'Belarussian Ruble',
274-
'alpha3' => 'BYR',
275-
'numeric' => '974',
276-
'exp' => 0,
274+
'alpha3' => 'BYN',
275+
'numeric' => '933',
276+
'exp' => 2,
277277
'country' => 'BY',
278278
],
279279
[

0 commit comments

Comments
 (0)