Plaid no longer supports a development environment, change default
authorMagnus Hagander <magnus@hagander.net>
Fri, 21 Jun 2024 15:34:24 +0000 (17:34 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 21 Jun 2024 15:34:24 +0000 (17:34 +0200)
postgresqleu/settings.py

index 5aba2983888d2a4de828eda62413bcf01d4817f4..ef8d679c0f78aff5a8e23fb18acee037431b819b 100644 (file)
@@ -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.