1 2import Stripe from 'stripe'; export const stripe = new Stripe(process.env.STRIPE_KEY);
1 2
import Stripe from 'stripe'; export const stripe = new Stripe(process.env.STRIPE_KEY);