[PR #738] [MERGED] fix(webapp): use checkout for expired plans #1150

Closed
opened 2026-02-26 19:32:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/738
Author: @Mythie
Created: 12/7/2023
Status: Merged
Merged: 12/7/2023
Merged by: @Mythie

Base: mainHead: fix/billing-page


📝 Commits (2)

  • 684e527 fix(webapp): use checkout for expired plans
  • 39b97a9 Merge branch 'main' into fix/billing-page

📊 Changes

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

View changed files

📝 apps/web/src/app/(dashboard)/settings/billing/create-checkout.action.ts (+1 -1)

📄 Description

Currently customers with inactive/expired plans will be shown the BillingPlans component but upon hitting the subscribe button they will be redirected to their portal where they are unable to complete a checkout.

To resolve this we check for expiration of their subscription and use a normal stripe checkout instead.


🔄 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/738 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 12/7/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/billing-page` --- ### 📝 Commits (2) - [`684e527`](https://github.com/documenso/documenso/commit/684e5272d2438bc88bbe4af19412046403ea9b3b) fix(webapp): use checkout for expired plans - [`39b97a9`](https://github.com/documenso/documenso/commit/39b97a97fe5656140348022f5670637a56e3520c) Merge branch 'main' into fix/billing-page ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/settings/billing/create-checkout.action.ts` (+1 -1) </details> ### 📄 Description Currently customers with inactive/expired plans will be shown the BillingPlans component but upon hitting the subscribe button they will be redirected to their portal where they are unable to complete a checkout. To resolve this we check for expiration of their subscription and use a normal stripe checkout instead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:03 +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#1150
No description provided.