ofxclient icon indicating copy to clipboard operation
ofxclient copied to clipboard

Accept parameters to accounts() to pass on to account_list_query()

Open philipsd6 opened this issue 6 years ago • 2 comments

Fixes #69

Now this works:

accounts = tdbank_institution.accounts(date='19700101')

philipsd6 avatar Apr 24 '19 17:04 philipsd6

Even better, now this works too:

accounts = tdbank_institution.accounts()

philipsd6 avatar Apr 25 '19 13:04 philipsd6

I can confirm that #70 fixes the issue. Thank you, Philip!

MarkLodato avatar Sep 26 '19 02:09 MarkLodato