mirror of
https://github.com/penxio/penx.git
synced 2026-04-19 03:03:06 -04:00
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
import Stripe from 'stripe'
|
|
|
|
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
|
apiVersion: '2025-02-24.acacia',
|
|
typescript: true,
|
|
})
|