chore(cloud): remove stripe customer creation from auth hook

This commit is contained in:
Henry
2025-09-02 23:02:01 +01:00
parent 3cea9377e6
commit abbbb4b928
3 changed files with 7 additions and 23 deletions

View File

@@ -70,7 +70,7 @@ export default async function handler(
mode: "subscription",
line_items: [
{
price: process.env.STRIPE_PRO_PLAN_PRICE_ID,
price: process.env.STRIPE_PRO_PLAN_MONTHLY_PRICE_ID,
quantity: 1,
},
],