[PR #3622] [MERGED] fix(stripe): tiral subscription should use update flow #21819

Closed
opened 2026-04-15 20:37:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3622
Author: @Bekacru
Created: 7/26/2025
Status: Merged
Merged: 7/26/2025
Merged by: @Bekacru

Base: mainHead: fix/stirpe-trial


📝 Commits (4)

  • fcc53ab fix(stripe): tiral subscription should use update flow
  • a6c6fa5 Merge branch 'main' into fix/stirpe-trial
  • 0ce12f2 add changelog
  • 52c5960 chore: changeset

📊 Changes

8 files changed (+73 additions, -77 deletions)

View changed files

.changeset/hungry-meals-float.md (+5 -0)
📝 demo/nextjs/app/dashboard/change-plan.tsx (+9 -9)
📝 demo/nextjs/app/dashboard/user-card.tsx (+2 -2)
📝 demo/nextjs/app/pricing/page.tsx (+6 -24)
📝 demo/nextjs/components/tier-labels.tsx (+3 -4)
📝 demo/nextjs/lib/auth.ts (+16 -16)
📝 packages/stripe/src/index.ts (+27 -22)
📝 packages/stripe/src/types.ts (+5 -0)

📄 Description

closes #3560


Summary by cubic

Updated trial subscriptions to use the Stripe update flow and renamed plans from "Starter" and "Professional" to "Plus" and "Pro" with new pricing.

  • Bug Fixes

    • Ensured trial subscriptions now use the correct update flow in Stripe.
    • Fixed logic to prevent duplicate trials when switching plans.
  • Refactors

    • Renamed plans and updated related labels, price IDs, and pricing details across the app.

🔄 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/better-auth/better-auth/pull/3622 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 7/26/2025 **Status:** ✅ Merged **Merged:** 7/26/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `fix/stirpe-trial` --- ### 📝 Commits (4) - [`fcc53ab`](https://github.com/better-auth/better-auth/commit/fcc53ab83ce8ccea09aa60efcb588f9ff6030042) fix(stripe): tiral subscription should use update flow - [`a6c6fa5`](https://github.com/better-auth/better-auth/commit/a6c6fa50db56ec4ad9f372d1f6f7601cc40dcf99) Merge branch 'main' into fix/stirpe-trial - [`0ce12f2`](https://github.com/better-auth/better-auth/commit/0ce12f243165af493c5b2f2d06f251aadb75585f) add changelog - [`52c5960`](https://github.com/better-auth/better-auth/commit/52c5960ef7095916d8b0ba68b8894889c5da6b30) chore: changeset ### 📊 Changes **8 files changed** (+73 additions, -77 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/hungry-meals-float.md` (+5 -0) 📝 `demo/nextjs/app/dashboard/change-plan.tsx` (+9 -9) 📝 `demo/nextjs/app/dashboard/user-card.tsx` (+2 -2) 📝 `demo/nextjs/app/pricing/page.tsx` (+6 -24) 📝 `demo/nextjs/components/tier-labels.tsx` (+3 -4) 📝 `demo/nextjs/lib/auth.ts` (+16 -16) 📝 `packages/stripe/src/index.ts` (+27 -22) 📝 `packages/stripe/src/types.ts` (+5 -0) </details> ### 📄 Description closes #3560 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Updated trial subscriptions to use the Stripe update flow and renamed plans from "Starter" and "Professional" to "Plus" and "Pro" with new pricing. - **Bug Fixes** - Ensured trial subscriptions now use the correct update flow in Stripe. - Fixed logic to prevent duplicate trials when switching plans. - **Refactors** - Renamed plans and updated related labels, price IDs, and pricing details across the app. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 20:37:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#21819