Skip to content

Commit

Permalink
Merge branch 'edvinasme-update-lithuania-to-euro'
Browse files Browse the repository at this point in the history
* edvinasme-update-lithuania-to-euro:
  Update Lithuania from Lithuanian Litas to Euro (since 2015-01-01)
  • Loading branch information
alcohol committed Jul 31, 2015
2 parents 3ec92a0 + 10932e5 commit 70db7b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions ISO4217.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ public function getAll()
'GR',
'IE',
'IT',
'LT',
'LU',
'MC',
'ME',
Expand Down Expand Up @@ -714,13 +715,6 @@ public function getAll()
'exp' => 2,
'country' => 'LS',
),
array(
'name' => 'Lithuanian Litas',
'alpha3' => 'LTL',
'numeric' => '440',
'exp' => 2,
'country' => 'LT',
),
array(
'name' => 'Latvian Lats',
'alpha3' => 'LVL',
Expand Down
2 changes: 1 addition & 1 deletion ISO4217Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function testGetAll()
{
$iso4217 = new ISO4217();
$this->assertInternalType('array', $iso4217->getAll());
$this->assertCount(157, $iso4217->getAll());
$this->assertCount(156, $iso4217->getAll());
}

/**
Expand Down

0 comments on commit 70db7b7

Please sign in to comment.