Skip to content

Commit

Permalink
dev: Pin Stripe Version to V8 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry authored May 15, 2024
1 parent 0c7829b commit 5ab507b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/stripe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from shared.config import get_config

stripe.api_key = get_config("services", "stripe", "api_key")
stripe.api_version = "2023-10-16"

client = stripe.http_client.RequestsClient()
stripe.default_http_client = client

0 comments on commit 5ab507b

Please sign in to comment.