fix: plaid client version to support latest API (#24532)

This commit is contained in:
Richard Case
2021-02-11 07:59:59 +00:00
committed by GitHub
parent 23364b374e
commit 2bf8610698
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ class PlaidConnector():
client_id=self.settings.plaid_client_id,
secret=self.settings.get_password("plaid_secret"),
environment=self.settings.plaid_env,
api_version="2019-05-29"
api_version="2020-09-14"
)
def get_access_token(self, public_token):
@@ -29,7 +29,7 @@ class PlaidConnector():
response = self.client.Item.public_token.exchange(public_token)
access_token = response["access_token"]
return access_token
def get_token_request(self, update_mode=False):
country_codes = ["US", "CA", "FR", "IE", "NL", "ES", "GB"] if self.settings.enable_european_access else ["US", "CA"]
args = {

View File

@@ -3,9 +3,9 @@ frappe
gocardless-pro==1.11.0
googlemaps==3.1.1
pandas==0.24.2
plaid-python==6.0.0
plaid-python>=7.0.0
PyGithub==1.44.1
python-stdnum==1.12
Unidecode==1.1.1
WooCommerce==2.1.1
pycryptodome==3.9.8
pycryptodome==3.9.8