Compare commits

..

1 Commits

Author SHA1 Message Date
Henry
72ee0e2ef4 feat: update logos 2025-12-13 23:05:26 +00:00

View File

@@ -88,7 +88,6 @@ export default async function handler(
const session = await stripe.checkout.sessions.create({
mode: "subscription",
payment_method_collection: "always",
line_items: [
{
price: process.env.STRIPE_PRO_PLAN_MONTHLY_PRICE_ID,