[PR #4637] [MERGED] docs: fix missing commas in Stripe plugin code examples #5497

Closed
opened 2026-03-13 12:24:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4637
Author: @Victorbriez
Created: 9/13/2025
Status: Merged
Merged: 9/14/2025
Merged by: @himself65

Base: canaryHead: docs/fix-stripe-documentation-commas


📝 Commits (3)

  • 0c3d367 docs: fix missing commas in Stripe plugin code examples
  • 755a17c Merge branch 'canary' into docs/fix-stripe-documentation-commas
  • e2665e1 Merge branch 'canary' into docs/fix-stripe-documentation-commas

📊 Changes

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

View changed files

📝 docs/content/docs/plugins/stripe.mdx (+1 -1)

📄 Description

Fixed missing commas in JavaScript/TypeScript object literals that would cause syntax errors when users copy-paste the code examples into their IDEs. This ensures all code examples are immediately runnable without requiring manual fixes."


Summary by cubic

Added a missing trailing comma in the Stripe plugin subscription.upgrade example to prevent copy-paste syntax errors in JS/TS. This makes the example runnable without edits.


🔄 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/4637 **Author:** [@Victorbriez](https://github.com/Victorbriez) **Created:** 9/13/2025 **Status:** ✅ Merged **Merged:** 9/14/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `canary` ← **Head:** `docs/fix-stripe-documentation-commas` --- ### 📝 Commits (3) - [`0c3d367`](https://github.com/better-auth/better-auth/commit/0c3d367f6912f7765c6301cd58aeea28405901c9) docs: fix missing commas in Stripe plugin code examples - [`755a17c`](https://github.com/better-auth/better-auth/commit/755a17c4f547f721dd8147ee4deb6919eeb25c64) Merge branch 'canary' into docs/fix-stripe-documentation-commas - [`e2665e1`](https://github.com/better-auth/better-auth/commit/e2665e11ad5ba220cc2c7db2b8d334eb17b9b0ec) Merge branch 'canary' into docs/fix-stripe-documentation-commas ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/plugins/stripe.mdx` (+1 -1) </details> ### 📄 Description Fixed missing commas in JavaScript/TypeScript object literals that would cause syntax errors when users copy-paste the code examples into their IDEs. This ensures all code examples are immediately runnable without requiring manual fixes." <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Added a missing trailing comma in the Stripe plugin subscription.upgrade example to prevent copy-paste syntax errors in JS/TS. This makes the example runnable without edits. <!-- 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-03-13 12:24:59 -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#5497