added public_key back
This commit is contained in:
parent
7aa0b0731b
commit
44d4d91027
@ -42,6 +42,7 @@ class Connection(AbstractConnectionClient):
|
|||||||
client_id=self.PLAID_CLIENT_ID,
|
client_id=self.PLAID_CLIENT_ID,
|
||||||
secret=self.PLAID_SECRET,
|
secret=self.PLAID_SECRET,
|
||||||
environment=self.PLAID_ENV,
|
environment=self.PLAID_ENV,
|
||||||
|
public_key=self.PLAID_PUBLIC_KEY,
|
||||||
# api_version='2019-05-29',
|
# api_version='2019-05-29',
|
||||||
api_version='2020-09-14',
|
api_version='2020-09-14',
|
||||||
#webhook='https://qrtr-services.herokuapp.com/connection/plaid-webhook/'
|
#webhook='https://qrtr-services.herokuapp.com/connection/plaid-webhook/'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user