[PR #1662] [CLOSED] feat: allow promo codes #3930

Closed
opened 2026-03-13 11:23:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/1662
Author: @Kaseax
Created: 3/3/2025
Status: Closed

Base: mainHead: feat/allow-promo-codes


📝 Commits (3)

  • e857f2e feat(stripe): option to allow promotion codes in checkout sessions
  • e9f627f feat(stripe): add option to docs
  • 5cf805f fix: lint error

📊 Changes

4 files changed (+11 additions, -0 deletions)

View changed files

📝 docs/content/docs/plugins/stripe.mdx (+2 -0)
📝 packages/stripe/src/client.ts (+1 -0)
📝 packages/stripe/src/index.ts (+2 -0)
📝 packages/stripe/src/types.ts (+6 -0)

📄 Description

currently, it is not possible to allow promotion codes for a stripe checkout session. this merge request adds a option to the stripe plugin, to enable the promotion codes.


🔄 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/1662 **Author:** [@Kaseax](https://github.com/Kaseax) **Created:** 3/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/allow-promo-codes` --- ### 📝 Commits (3) - [`e857f2e`](https://github.com/better-auth/better-auth/commit/e857f2e703938b240618d1011cd60cb204016012) feat(stripe): option to allow promotion codes in checkout sessions - [`e9f627f`](https://github.com/better-auth/better-auth/commit/e9f627f8f8fb5621fe8b68ab6a7a10ba39d3c0db) feat(stripe): add option to docs - [`5cf805f`](https://github.com/better-auth/better-auth/commit/5cf805f25902c4e12b13e0eadb76cc0c450c8537) fix: lint error ### 📊 Changes **4 files changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/plugins/stripe.mdx` (+2 -0) 📝 `packages/stripe/src/client.ts` (+1 -0) 📝 `packages/stripe/src/index.ts` (+2 -0) 📝 `packages/stripe/src/types.ts` (+6 -0) </details> ### 📄 Description currently, it is not possible to allow promotion codes for a stripe checkout session. this merge request adds a option to the stripe plugin, to enable the promotion codes. --- <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-03-13 11:23:07 -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#3930