[PR #1184] [MERGED] fix: add regular plan to price type enum #1453

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1184
Author: @Mythie
Created: 6/12/2024
Status: Merged
Merged: 6/12/2024
Merged by: @Mythie

Base: mainHead: fix/regular-plan


📝 Commits (3)

  • 8c2f61a fix: add regular plan to price type enum
  • e62fa6c fix: update plans on the billing page
  • 6f2de54 Merge branch 'main' into fix/regular-plan

📊 Changes

6 files changed (+7 additions, -5 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/admin/users/page.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/settings/billing/page.tsx (+1 -1)
📝 packages/ee/server-only/stripe/get-document-related-prices.ts.ts (+1 -1)
📝 packages/ee/server-only/stripe/get-prices-by-interval.ts (+2 -1)
📝 packages/ee/server-only/stripe/get-primary-account-plan-prices.ts (+1 -1)
📝 packages/lib/constants/billing.ts (+1 -0)

📄 Description

Adds the regular plan to our current plan type enum so we can use it for user limit calculations.

Summary by CodeRabbit

  • New Features

    • Introduced a new REGULAR price plan type, expanding the available subscription options.
  • Enhancements

    • Updated admin and billing pages to fetch and display prices for the new REGULAR plan, in addition to existing plans.
  • Improvements

    • Modified backend functions to support the new REGULAR plan type, ensuring consistent data fetching across the platform.

🔄 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/1184 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 6/12/2024 **Status:** ✅ Merged **Merged:** 6/12/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/regular-plan` --- ### 📝 Commits (3) - [`8c2f61a`](https://github.com/documenso/documenso/commit/8c2f61a00409d51a6db26943ec157d4ed2923ac2) fix: add regular plan to price type enum - [`e62fa6c`](https://github.com/documenso/documenso/commit/e62fa6cc92daea8ffc7fd9c83aea88d29b2b8feb) fix: update plans on the billing page - [`6f2de54`](https://github.com/documenso/documenso/commit/6f2de54640d4a25bca76cf535941b6210f4b5c8c) Merge branch 'main' into fix/regular-plan ### 📊 Changes **6 files changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/admin/users/page.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/settings/billing/page.tsx` (+1 -1) 📝 `packages/ee/server-only/stripe/get-document-related-prices.ts.ts` (+1 -1) 📝 `packages/ee/server-only/stripe/get-prices-by-interval.ts` (+2 -1) 📝 `packages/ee/server-only/stripe/get-primary-account-plan-prices.ts` (+1 -1) 📝 `packages/lib/constants/billing.ts` (+1 -0) </details> ### 📄 Description Adds the regular plan to our current plan type enum so we can use it for user limit calculations. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new `REGULAR` price plan type, expanding the available subscription options. - **Enhancements** - Updated admin and billing pages to fetch and display prices for the new `REGULAR` plan, in addition to existing plans. - **Improvements** - Modified backend functions to support the new `REGULAR` plan type, ensuring consistent data fetching across the platform. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:33:19 +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#1453
No description provided.