]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Concatenate HIKAZ data before MT940 parsing. 71/head
authordr-duplo <monsieur.cm@gmx.de>
Mon, 3 Jun 2019 21:46:06 +0000 (23:46 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2019 21:46:06 +0000 (23:46 +0200)
commit02e1be24eaf804f907e95b08a3d948cc750ed11e
tree14ca68bc890a63a19317904cd485ab53707741eb
parent220c4a5388eb18b106e70fa3d3bd4b3d339dd867
Concatenate HIKAZ data before MT940 parsing.

Some banks (especially Sparkasse) send HIKAZ data split over multiple segments, which led to MT940 parsing errors.
The patch changes the way the segments are parsed. Fixes #70 .
fints/client.py