Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webhook): Add subscription update after cancellation
Add upsertSubscription call after handleSubscriptionCancellation to ensure subscription data is properly synchronized in the database when a subscription is canceled. This ensures our system maintains accurate subscription state after cancellation processing.