mirror of
https://github.com/penxio/penx.git
synced 2026-01-14 07:57:56 -05: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,
|
|
})
|