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