From c5f6813309b0e3ef6bb71ad0472b38f863b58885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20G=C3=BCnter?= Date: Thu, 21 Nov 2019 19:34:24 +0100 Subject: [PATCH] Fix for German country code German banking systems still use the ISO code 280 (former code for West Germany). The current ISO code for Germany, 276, is not used in the financial world. The official documents are in German, but here is a translated announcement of Germans popular local debit card scheme Girocard: https://www.girocard.eu/media/weiternutzung_iso3166-code-280_deutschland.pdf Quote from the document: "There are no plans to replace Code 280 as representation for Germany" --- src/main/resources/numeric-country-list.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/numeric-country-list.csv b/src/main/resources/numeric-country-list.csv index d8e07b9..0d2af09 100644 --- a/src/main/resources/numeric-country-list.csv +++ b/src/main/resources/numeric-country-list.csv @@ -79,7 +79,7 @@ 266, GAB (Gabon) 270, GMB (Gambia) 268, GEO (Georgia) -276, DEU (Germany) +280, DEU (Germany) 288, GHA (Ghana) 292, GIB (Gibraltar) 300, GRC (Greece)