]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Introduce TransactionResponse object.
authorHenryk Plötz <henryk@ploetzli.ch>
Sat, 1 Sep 2018 09:01:51 +0000 (11:01 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 18:34:29 +0000 (19:34 +0100)
commit95a986b10df894adf3de68b48e44b3e55e291607
treedec75de8ccf094762d06c81dbd6a528492dfd120
parentbd7f608a4b9ca91a60e9bd2d9b26732572c47086
Introduce TransactionResponse object.
API: All transaction methods return either a NeedRetryResponse object or a TransactionResponse. The latter contains information about the final disposition of the transaction (debit or transfer).
send_tan() will likewise return a TransactionResponse.
fints/client.py
fints/segments/debit.py