Skip to content

Commit a7758a4

Browse files
committed
fix plain callback
1 parent 0f59c2f commit a7758a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/app/api/callback/plain/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export async function POST(req: NextRequest) {
173173
plan === "enterprise"
174174
? "RED"
175175
: plan === "advanced"
176-
? "ORANGE"
176+
? "YELLOW"
177177
: plan.startsWith("business")
178178
? "GREEN"
179179
: plan === "pro"

0 commit comments

Comments
 (0)