[QRTR-88] hardcoded services redirect url for now

This commit is contained in:
DJ Gillespie 2020-09-21 20:49:01 -06:00
parent ffafa0caa7
commit 32e831299b

View File

@ -42,7 +42,8 @@ class Connection(AbstractConnectionClient):
client_id=self.PLAID_CLIENT_ID,
secret=self.PLAID_SECRET,
environment=self.PLAID_ENV,
api_version='2019-05-29')
api_version='2019-05-29',
webhook='https://qrtr-services.herokuapp.com/connection/plaid-webhook/')
public_key = self.credentials.get('public_token')
auth_token = self.credentials.get('auth_token')
if not auth_token and public_key: