]> git.ipfire.org Git - thirdparty/python-fints.git/commitdiff
Declare that we support HKTAN6
authorRaphael Michel <mail@raphaelmichel.de>
Wed, 11 Sep 2019 15:08:50 +0000 (17:08 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Wed, 11 Sep 2019 15:08:50 +0000 (17:08 +0200)
fints/client.py

index 6e80e50d7424028e50d272276e397236e79cd231..7bdb400329a764e7c654387c678b492afcc6f7b8 100644 (file)
@@ -26,7 +26,7 @@ from .security import (
     PinTanTwoStepAuthenticationMechanism,
 )
 from .segments.accounts import HISPA1, HKSPA1
-from .segments.auth import HIPINS1, HKTAB4, HKTAB5, HKTAN2, HKTAN3, HKTAN5
+from .segments.auth import HIPINS1, HKTAB4, HKTAB5, HKTAN2, HKTAN3, HKTAN5, HKTAN6
 from .segments.bank import HIBPA3, HIUPA4, HKKOM4
 from .segments.debit import (
     HKDBS1, HKDBS2, HKDMB1, HKDMC1, HKDME1, HKDME2,
@@ -1061,6 +1061,7 @@ IMPLEMENTED_HKTAN_VERSIONS = {
     2: HKTAN2,
     3: HKTAN3,
     5: HKTAN5,
+    6: HKTAN6,
 }