diff --git a/services/stripe.py b/services/stripe.py index d9a632eb8..c35f97c1d 100644 --- a/services/stripe.py +++ b/services/stripe.py @@ -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