From 47463f52d8e2678d462e4fd4c8c98449213ed25b Mon Sep 17 00:00:00 2001 From: Michael Jannain Date: Tue, 3 Apr 2018 16:12:04 -0500 Subject: [PATCH] Fix suppress_warnings url --- plaid/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plaid/client.py b/plaid/client.py index a8829cc34..644526518 100644 --- a/plaid/client.py +++ b/plaid/client.py @@ -56,7 +56,7 @@ def __init__(self, if self.environment == 'development' and not self.suppress_warnings: warnings.warn(''' Development is not intended for production usage. - Swap out url for https://api.plaid.com + Swap out url for https://production.plaid.com via Client.config before switching to production ''')