fix: plaid client version to support latest API (#24531)
This commit is contained in:
parent
c44d6b9546
commit
fd4e7bdbb1
@ -20,7 +20,7 @@ class PlaidConnector():
|
|||||||
client_id=self.settings.plaid_client_id,
|
client_id=self.settings.plaid_client_id,
|
||||||
secret=self.settings.get_password("plaid_secret"),
|
secret=self.settings.get_password("plaid_secret"),
|
||||||
environment=self.settings.plaid_env,
|
environment=self.settings.plaid_env,
|
||||||
api_version="2019-05-29"
|
api_version="2020-09-14"
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_access_token(self, public_token):
|
def get_access_token(self, public_token):
|
||||||
|
|||||||
@ -3,7 +3,7 @@ frappe
|
|||||||
gocardless-pro==1.11.0
|
gocardless-pro==1.11.0
|
||||||
googlemaps==3.1.1
|
googlemaps==3.1.1
|
||||||
pandas>=1.0.5
|
pandas>=1.0.5
|
||||||
plaid-python==6.0.0
|
plaid-python>=7.0.0
|
||||||
pycountry==19.8.18
|
pycountry==19.8.18
|
||||||
PyGithub==1.44.1
|
PyGithub==1.44.1
|
||||||
python-stdnum==1.12
|
python-stdnum==1.12
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user