ofxclient
ofxclient copied to clipboard
Accept parameters to accounts() to pass on to account_list_query()
Fixes #69
Now this works:
accounts = tdbank_institution.accounts(date='19700101')
Even better, now this works too:
accounts = tdbank_institution.accounts()
I can confirm that #70 fixes the issue. Thank you, Philip!