update plaid authentication to match format of v1 success response.

This commit is contained in:
DJ Gillespie 2024-07-17 18:54:07 -06:00
parent 5d35596c12
commit 9c9a397d83

View File

@ -123,7 +123,7 @@ class Connection(AbstractConnectionClient):
except Exception as e:
print(e)
accounts = None
return accounts.get('accounts')
return accounts
def get_transactions(
self,