[QRTR-88] hardcoded services redirect url for now
This commit is contained in:
parent
ffafa0caa7
commit
32e831299b
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user