const stripeClient = new Stripe(process.env.STRIPE_SECRET_KEY!, {
apiVersion: '2025-09-30.clover', // Latest API version as of Stripe SDK v19
httpClient: Stripe.createFetchHttpClient(), // Added this
});
const stripeClient = new Stripe(process.env.STRIPE_SECRET_KEY!, {
apiVersion: '2025-09-30.clover', // Latest API version as of Stripe SDK v19
httpClient: Stripe.createFetchHttpClient(), // Added this
});