chore(cloud): remove stripe customer creation from auth hook
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user