Skip to content

Commit

Permalink
fix(Repo): Local List update
Browse files Browse the repository at this point in the history
Zimbabwe
  • Loading branch information
4513 committed Nov 2, 2024
1 parent aa3a582 commit 0a4cae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/ISO/ISOArrayListLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -1906,9 +1906,9 @@ class ISOArrayListLoader extends ListLoader
],
[
'CtryNm' => 'ZIMBABWE',
'CcyNm' => 'Zimbabwe Dollar',
'Ccy' => 'ZWL',
'CcyNbr' => '932',
'CcyNm' => 'Zimbabwe Gold',
'Ccy' => 'ZWG',
'CcyNbr' => '924',
'CcyMnrUnts' => '2',
],
[
Expand Down
8 changes: 4 additions & 4 deletions src/ISO/resources/ISO_4217.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ISO_4217 Pblshd="2024-01-01">
<ISO_4217 Pblshd="2024-06-25">
<CcyTbl>
<CcyNtry>
<CtryNm>AFGHANISTAN</CtryNm>
Expand Down Expand Up @@ -1877,9 +1877,9 @@
</CcyNtry>
<CcyNtry>
<CtryNm>ZIMBABWE</CtryNm>
<CcyNm>Zimbabwe Dollar</CcyNm>
<Ccy>ZWL</Ccy>
<CcyNbr>932</CcyNbr>
<CcyNm>Zimbabwe Gold</CcyNm>
<Ccy>ZWG</Ccy>
<CcyNbr>924</CcyNbr>
<CcyMnrUnts>2</CcyMnrUnts>
</CcyNtry>
<CcyNtry>
Expand Down

0 comments on commit 0a4cae6

Please sign in to comment.