Skip to content

Commit

Permalink
Add extension field to account information
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Biedermann committed Dec 7, 2023
1 parent eb94706 commit 9e02025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fints/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def get_information(self):
acc['customer_id'] = upd.customer_id
acc['type'] = upd.account_type
acc['currency'] = upd.account_currency
acc['extension'] = upd.extension
acc['owner_name'] = []
if upd.name_account_owner_1:
acc['owner_name'].append(upd.name_account_owner_1)
Expand Down

0 comments on commit 9e02025

Please sign in to comment.