]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Convert get_sepa_accounts() and get_balance() to new API. Move segments around. Imple...
authorHenryk Plötz <henryk@ploetzli.ch>
Sun, 19 Aug 2018 20:39:05 +0000 (22:39 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 18:34:29 +0000 (19:34 +0100)
commit4f4d0d8c29cbeec22b4e41f97c6229a1937a1278
treea2e26c7e0777c89045787f45e2350d23a1f2d923
parentc3e7b14d8aabdb8477d618e30b7a3d2fe85a40eb
Convert get_sepa_accounts() and get_balance() to new API. Move segments around. Implement new types.
Still missing: Dummy encryption, PIN authorization.
16 files changed:
fints/client.py
fints/connection.py
fints/dialog.py
fints/fields.py
fints/formals.py
fints/message.py
fints/segments/__init__.py
fints/segments/accounts.py
fints/segments/auth.py
fints/segments/dialog.py
fints/segments/message.py
fints/segments/saldo.py
fints/types.py
tests/test_formals.py
tests/test_message_serializer.py
tests/test_models.py