We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c683d commit b487109Copy full SHA for b487109
1 file changed
web/src/app/api/stripe/create-subscription/route.ts
@@ -83,7 +83,6 @@ export async function POST(req: NextRequest) {
83
type: 'strong_subscription',
84
},
85
subscription_data: {
86
- description: `Codebuff Strong — $${tier}/mo`,
87
metadata: {
88
userId,
89
0 commit comments