From 44d4d91027a8ed0e7a7ca93fc4798ad144ed995c Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Wed, 6 Apr 2022 19:40:04 -0600 Subject: [PATCH] added public_key back --- connection/connections/plaid_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/connection/connections/plaid_client.py b/connection/connections/plaid_client.py index 73b3bb4..d6d0e98 100755 --- a/connection/connections/plaid_client.py +++ b/connection/connections/plaid_client.py @@ -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/'