update plaid authentication to match format of v1 success response.
This commit is contained in:
parent
5d35596c12
commit
9c9a397d83
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user