From 630a7686786472fa5d696106deb22e1b47182187 Mon Sep 17 00:00:00 2001 From: Ben Hovinga <23349127+benhovinga@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:32:49 -0330 Subject: [PATCH] Fixed typo on Quebec iin Typo has been reported back to the AAMVA and corrected on the source page. --- aamva_standard/issuing_authority.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aamva_standard/issuing_authority.py b/aamva_standard/issuing_authority.py index 88f387b..0e381b9 100644 --- a/aamva_standard/issuing_authority.py +++ b/aamva_standard/issuing_authority.py @@ -14,7 +14,7 @@ class IssuingAuthority: # https://www.aamva.org/identity/issuer-identification-numbers-(iin) IssuingAuthority(604426, "Prince Edward Island", "PE", "Canada"), IssuingAuthority(604427, "American Samoa", "AS", "USA"), - IssuingAuthority(604428, "Quebec", "GC", "Canada"), + IssuingAuthority(604428, "Quebec", "QC", "Canada"), IssuingAuthority(604429, "Yukon", "YT", "Canada"), IssuingAuthority(604430, "Norther Marianna Islands", "MP", "USA"), IssuingAuthority(604431, "Puerto Rico", "PR", "USA"),