From 7c10be7197fc55c8a37dd49bed0c0b7b8fe57b64 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 21 Jun 2024 17:34:24 +0200 Subject: [PATCH] Plaid no longer supports a development environment, change default --- postgresqleu/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresqleu/settings.py b/postgresqleu/settings.py index 5aba2983..ef8d679c 100644 --- a/postgresqleu/settings.py +++ b/postgresqleu/settings.py @@ -287,8 +287,8 @@ RELOAD_WATCH_DIRECTORIES = [] # If using plaid, control which countries are enable when adding accounts # (must match account cofig) PLAID_COUNTRIES = ['US', 'CA'] -# Plaid production level (sandbox, development or production) -PLAID_LEVEL = 'development' +# Plaid production level (sandbox or production) +PLAID_LEVEL = 'production' # If using the web based meetings, base URL for the web sockets server that # handles the messages. -- 2.39.5