Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 9575ce4

Browse files
committed
missed a reference for updating API version
1 parent 4540a4c commit 9575ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/billing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
if settings.STRIPE_API_KEY:
2626
stripe.api_key = settings.STRIPE_API_KEY
27-
stripe.api_version = "2024-04-10"
27+
stripe.api_version = "2024-12-18.acacia"
2828

2929

3030
def _log_stripe_error(method):

0 commit comments

Comments
 (0)