diff --git a/regimes/gb/identities.go b/regimes/gb/identities.go index fbe0b78e..24b678ae 100644 --- a/regimes/gb/identities.go +++ b/regimes/gb/identities.go @@ -13,9 +13,9 @@ import ( ) const ( - // IdentityUTR represents the UK Unique Taxpayer Reference (UTR). + // IdentityTypeUTR represents the UK Unique Taxpayer Reference (UTR). IdentityTypeUTR cbc.Code = "UTR" - // IdentityNINO represents the UK National Insurance Number (NINO). + // IdentityTypeNINO represents the UK National Insurance Number (NINO). IdentityTypeNINO cbc.Code = "NINO" )