first commit
This commit is contained in:
6
lib/stripe.ts
Normal file
6
lib/stripe.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import Stripe from 'stripe';
|
||||
|
||||
export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY!, {
|
||||
apiVersion: '2025-01-27.acacia' as any, // Use the latest stable version
|
||||
typescript: true,
|
||||
});
|
||||
Reference in New Issue
Block a user