06/05 Optimize app: fix Plaid link
This commit is contained in:
@@ -25,9 +25,10 @@ from flask import current_app
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
PLAID_HOSTS = {
|
||||
'sandbox': 'https://sandbox.plaid.com',
|
||||
'development': 'https://development.plaid.com',
|
||||
'production': 'https://production.plaid.com',
|
||||
'sandbox': 'https://sandbox.plaid.com',
|
||||
'production': 'https://production.plaid.com',
|
||||
# 'development' was sunset by Plaid — map it to production so old configs don't break
|
||||
'development': 'https://production.plaid.com',
|
||||
}
|
||||
|
||||
# Plaid top-level category → PFM category name
|
||||
|
||||
Reference in New Issue
Block a user