[PR #2060] [CLOSED] feat(stripe): Reactivate cancelled subscriptions #21037

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

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2060
Author: @Konixy
Created: 3/30/2025
Status: Closed

Base: mainHead: feat/reactivate_cancelled_subscriptions


📝 Commits (2)

  • 173b321 feat: Reactivate cancelled subscriptions
  • 08470aa Merge branch 'better-auth:main' into feat/reactivate_cancelled_subscriptions

📊 Changes

3 files changed (+143 additions, -4 deletions)

View changed files

📝 docs/content/docs/plugins/stripe.mdx (+35 -2)
📝 packages/stripe/src/index.ts (+106 -1)
📝 packages/stripe/src/types.ts (+2 -1)

📄 Description

Adding ability to reactivate a cancelled subscription for both "active" and "trialing" status. Most of the code is AI generated by cursor, reviewed and tested locally by myself.


🔄 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/2060 **Author:** [@Konixy](https://github.com/Konixy) **Created:** 3/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/reactivate_cancelled_subscriptions` --- ### 📝 Commits (2) - [`173b321`](https://github.com/better-auth/better-auth/commit/173b321dd71802bb18aabba668736ae1b660dad1) feat: Reactivate cancelled subscriptions - [`08470aa`](https://github.com/better-auth/better-auth/commit/08470aafb129a06855e20094e2133ec75822600d) Merge branch 'better-auth:main' into feat/reactivate_cancelled_subscriptions ### 📊 Changes **3 files changed** (+143 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/plugins/stripe.mdx` (+35 -2) 📝 `packages/stripe/src/index.ts` (+106 -1) 📝 `packages/stripe/src/types.ts` (+2 -1) </details> ### 📄 Description Adding ability to reactivate a cancelled subscription for both "active" and "trialing" status. Most of the code is AI generated by cursor, reviewed and tested locally by myself. --- <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:04:58 -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#21037