Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions apps/codecov-api/billing/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ class StripeWebhookEvents:


REMOVED_INVOICE_STATUSES = ["draft", "void"]

# Task signatures for subscription schedules (shared by services.billing and management commands)
CANCELLATION_TASK_SIGNATURE = "cancel_task"
WEBHOOK_CANCELLATION_TASK_SIGNATURE = "webhook_handler_task"
Loading
Loading