From 125baf074b4c2ac36d38edcff7b3b170dc206eea Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 3 Dec 2018 09:40:25 +0100 Subject: [PATCH] For KTI, we should not pass legacy bank information if we have SEPA Otherwise, this breaks with Nationale Kontoverbindung nicht erlaubt. (TRP) --- fints/formals.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fints/formals.py b/fints/formals.py index 3f6b6b2..3391246 100644 --- a/fints/formals.py +++ b/fints/formals.py @@ -453,12 +453,6 @@ class KTI1(DataElementGroup): return cls( iban=acc.iban, bic=acc.bic, - account_number=acc.accountnumber, - subaccount_number=acc.subaccount, - bank_identifier=BankIdentifier( - country_identifier='280', - bank_code=acc.blz - ) ) -- 2.47.2