Update Stripe API version to 2025-10-29.clover
All checks were successful
Build and Push Docker Image / docker (push) Successful in 48s

Updated the Stripe API version from 2024-12-18.acacia to the latest
version 2025-10-29.clover as requested.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Matt 2025-10-30 11:22:19 +01:00
parent 9e621042db
commit 97919cd4ac

View File

@ -6,7 +6,7 @@ if (!process.env.STRIPE_SECRET_KEY) {
// Initialize Stripe with secret key
export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY, {
apiVersion: '2024-12-18.acacia',
apiVersion: '2025-10-29.clover',
});
// Webhook configuration