Skip to content

Commit

Permalink
Add extension field to account information (#154)
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Biedermann <[email protected]>
  • Loading branch information
sb604 and Sascha Biedermann committed Mar 28, 2024
1 parent c65c198 commit b3f73f5
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 b3f73f5

Please sign in to comment.