Skip to content

Commit

Permalink
Merge pull request #44 from PrinsFrank/update-currency-data-source
Browse files Browse the repository at this point in the history
Update the six group datasource url as it has been update to include …
  • Loading branch information
PrinsFrank authored Sep 24, 2022
2 parents 3123276 + ca8e054 commit 11aa611
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/DataSource/Currency/ISO4217_Alpha_3_Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ISO4217_Alpha_3_Source implements XmlDataSource
{
public static function url(): string
{
return 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml';
return 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml';
}

public static function xPathIdentifierKey(): string
Expand Down
2 changes: 1 addition & 1 deletion dev/DataSource/Currency/ISO4217_Name_Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ISO4217_Name_Source implements XmlDataSource
{
public static function url(): string
{
return 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml';
return 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml';
}

public static function xPathIdentifierKey(): string
Expand Down
2 changes: 1 addition & 1 deletion dev/DataSource/Currency/ISO4217_Numeric_Source.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ISO4217_Numeric_Source implements XmlDataSource
{
public static function url(): string
{
return 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml';
return 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml';
}

public static function xPathIdentifierKey(): string
Expand Down

0 comments on commit 11aa611

Please sign in to comment.