added public_key back

This commit is contained in:
DJ Gillespie 2022-04-06 19:40:04 -06:00
parent 7aa0b0731b
commit 44d4d91027

View File

@ -42,6 +42,7 @@ class Connection(AbstractConnectionClient):
client_id=self.PLAID_CLIENT_ID,
secret=self.PLAID_SECRET,
environment=self.PLAID_ENV,
public_key=self.PLAID_PUBLIC_KEY,
# api_version='2019-05-29',
api_version='2020-09-14',
#webhook='https://qrtr-services.herokuapp.com/connection/plaid-webhook/'