removed public_key from plaid auth
This commit is contained in:
parent
bb44a7e252
commit
6f728d8792
@ -41,7 +41,6 @@ class Connection(AbstractConnectionClient):
|
|||||||
self.client = plaid.Client(
|
self.client = plaid.Client(
|
||||||
client_id=self.PLAID_CLIENT_ID,
|
client_id=self.PLAID_CLIENT_ID,
|
||||||
secret=self.PLAID_SECRET,
|
secret=self.PLAID_SECRET,
|
||||||
public_token=self.PLAID_PUBLIC_KEY,
|
|
||||||
environment=self.PLAID_ENV,
|
environment=self.PLAID_ENV,
|
||||||
api_version='2019-05-29')
|
api_version='2019-05-29')
|
||||||
public_key = self.credentials.get('public_token')
|
public_key = self.credentials.get('public_token')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user