mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
6 lines
150 B
TypeScript
6 lines
150 B
TypeScript
import Stripe from 'stripe';
|
|
|
|
export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY!, {
|
|
apiVersion: "2022-11-15",
|
|
typescript: true,
|
|
}); |