mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
6 lines
153 B
TypeScript
6 lines
153 B
TypeScript
import Stripe from 'stripe';
|
|
|
|
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
|
apiVersion: '2024-11-20.acacia',
|
|
typescript: true,
|
|
});
|