mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
import Stripe from 'stripe';
|
|
|
|
|
|
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
|
apiVersion: "2022-11-15",
|
|
typescript: true,
|
|
}); |