[PR #2483] [MERGED] fix: revert canceled individual subscriptions to free claim #2336

Closed
opened 2026-02-26 20:33:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2483
Author: @dguyen
Created: 2/12/2026
Status: Merged
Merged: 2/12/2026
Merged by: @Mythie

Base: mainHead: fix/individual-subscription-cancel-revert-free


📝 Commits (3)

  • 1d9dac4 fix: revert canceled individual subscriptions to free claim
  • ec2ec75 Merge branch 'main' into fix/individual-subscription-cancel-revert-free
  • 0b8bab0 fix: revert canceled individual subscriptions to free claim

📊 Changes

1 file changed (+71 additions, -1 deletions)

View changed files

📝 packages/ee/server-only/stripe/webhook/on-subscription-deleted.ts (+71 -1)

📄 Description

Description

Resolves an issue where individual plan customers who cancel are not correctly put down to the free plan.

To resolve this, we delete the subscription on the stripe subscription delete webhook. Since the customerId is stored on the organisation they can still access their old invoices.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2483 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 2/12/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/individual-subscription-cancel-revert-free` --- ### 📝 Commits (3) - [`1d9dac4`](https://github.com/documenso/documenso/commit/1d9dac482f4713bc573903d6358b99e39eb5b9ef) fix: revert canceled individual subscriptions to free claim - [`ec2ec75`](https://github.com/documenso/documenso/commit/ec2ec7589dddb9081d0072764539f6541a12b814) Merge branch 'main' into fix/individual-subscription-cancel-revert-free - [`0b8bab0`](https://github.com/documenso/documenso/commit/0b8bab02789361c8df63474850c0d7e5f9682461) fix: revert canceled individual subscriptions to free claim ### 📊 Changes **1 file changed** (+71 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/ee/server-only/stripe/webhook/on-subscription-deleted.ts` (+71 -1) </details> ### 📄 Description ## Description Resolves an issue where individual plan customers who cancel are not correctly put down to the free plan. To resolve this, we delete the subscription on the stripe subscription delete webhook. Since the customerId is stored on the organisation they can still access their old invoices. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:33:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2336
No description provided.