[PR #1901] [MERGED] fix: allow resubscribing #1917

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1901
Author: @dguyen
Created: 7/15/2025
Status: Merged
Merged: 7/16/2025
Merged by: @Mythie

Base: mainHead: fix/inactive-plans


📝 Commits (1)

📊 Changes

6 files changed (+95 additions, -42 deletions)

View changed files

📝 apps/remix/app/components/dialogs/organisation-member-invite-dialog.tsx (+3 -3)
📝 apps/remix/app/components/dialogs/team-create-dialog.tsx (+7 -3)
📝 apps/remix/app/components/general/organisations/organisation-billing-banner.tsx (+78 -33)
📝 apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.billing.tsx (+4 -1)
📝 apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx (+1 -2)
📝 packages/lib/constants/app.ts (+2 -0)

📄 Description

Description

Currently users who cancel their plan are stuck without the ability to resubscribe. This allows them to choose a plan to subscribe

This assumes that a Subscription in the "INACTIVE" state means that the plan has been paid but canceled.

No tests have been done to determine the relation between "PAST_DUE" and "INACTIVE" states within our context.


🔄 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/1901 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 7/15/2025 **Status:** ✅ Merged **Merged:** 7/16/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/inactive-plans` --- ### 📝 Commits (1) - [`87f1941`](https://github.com/documenso/documenso/commit/87f1941c064c8efe42e884cc8192b7890f5a631e) fix: allow resubscribing ### 📊 Changes **6 files changed** (+95 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/dialogs/organisation-member-invite-dialog.tsx` (+3 -3) 📝 `apps/remix/app/components/dialogs/team-create-dialog.tsx` (+7 -3) 📝 `apps/remix/app/components/general/organisations/organisation-billing-banner.tsx` (+78 -33) 📝 `apps/remix/app/routes/_authenticated+/o.$orgUrl.settings.billing.tsx` (+4 -1) 📝 `apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx` (+1 -2) 📝 `packages/lib/constants/app.ts` (+2 -0) </details> ### 📄 Description ## Description Currently users who cancel their plan are stuck without the ability to resubscribe. This allows them to choose a plan to subscribe This assumes that a Subscription in the "INACTIVE" state means that the plan has been paid but canceled. No tests have been done to determine the relation between "PAST_DUE" and "INACTIVE" states within our context. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:39 +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#1917
No description provided.