Skip to content

Commit

Permalink
move plaid to production environment (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
velicanu authored Jul 14, 2024
1 parent f108d4a commit 2939d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plaidlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from plaid.model.transactions_get_request_options import TransactionsGetRequestOptions

configuration = plaid.Configuration(
host=plaid.Environment.Development,
host=plaid.Environment.Production,
api_key={
"clientId": os.getenv("PLAID_CLIENT_ID"),
"secret": os.getenv("PLAID_SECRET"),
Expand Down

0 comments on commit 2939d0d

Please sign in to comment.