Skip to content

Commit b487109

Browse files
committed
subscription: Remove description that hardcoded tier
1 parent 55c683d commit b487109

File tree

1 file changed

+0
-1
lines changed
  • web/src/app/api/stripe/create-subscription

1 file changed

+0
-1
lines changed

web/src/app/api/stripe/create-subscription/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export async function POST(req: NextRequest) {
8383
type: 'strong_subscription',
8484
},
8585
subscription_data: {
86-
description: `Codebuff Strong — $${tier}/mo`,
8786
metadata: {
8887
userId,
8988
},

0 commit comments

Comments
 (0)