Skip to content

Commit

Permalink
missed a reference for updating API version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Dec 27, 2024
1 parent 4540a4c commit 9575ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/billing.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

if settings.STRIPE_API_KEY:
stripe.api_key = settings.STRIPE_API_KEY
stripe.api_version = "2024-04-10"
stripe.api_version = "2024-12-18.acacia"


def _log_stripe_error(method):
Expand Down

0 comments on commit 9575ce4

Please sign in to comment.