2024-02-15 20:49:19 -05:00
|
|
|
import Stripe from 'stripe';
|
2024-02-14 21:30:10 -05:00
|
|
|
|
|
|
|
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
2024-11-01 22:19:45 -04:00
|
|
|
apiVersion: '2024-10-28.acacia',
|
2024-02-14 21:30:10 -05:00
|
|
|
typescript: true,
|
|
|
|
});
|