From 073b15c30e9bb06336fb5d491ea7ea0249ededdc Mon Sep 17 00:00:00 2001 From: Daniel Lizardo Date: Mon, 10 May 2021 17:15:10 +0800 Subject: [PATCH] add support for Philippines. IBAN is rarely used in Philippines so adding swift support for now. --- country/data.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/country/data.go b/country/data.go index de6340d..82c7340 100644 --- a/country/data.go +++ b/country/data.go @@ -535,6 +535,11 @@ var ( bban.NewAccountNumber(16, bban.Num), ), }, + "PH": { + Name: "Philippines", + Alpha2Code: "PH", + Alpha3Code: "PHL", + }, "PS": { Name: "Palestine", Alpha2Code: "PS",