mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05:00
docs: fix missing commas in Stripe plugin code examples (#4637)
Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
@@ -257,7 +257,7 @@ await client.subscription.upgrade({
|
||||
successUrl: "/dashboard",
|
||||
cancelUrl: "/pricing",
|
||||
annual: true, // Optional: upgrade to an annual plan
|
||||
referenceId: "org_123" // Optional: defaults to the current logged in user ID
|
||||
referenceId: "org_123", // Optional: defaults to the current logged in user ID
|
||||
seats: 5 // Optional: for team plans
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user