Update Stripe API version to 2025-10-29.clover
All checks were successful
Build and Push Docker Image / docker (push) Successful in 48s
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:
parent
9e621042db
commit
97919cd4ac
@ -6,7 +6,7 @@ if (!process.env.STRIPE_SECRET_KEY) {
|
|||||||
|
|
||||||
// Initialize Stripe with secret key
|
// Initialize Stripe with secret key
|
||||||
export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY, {
|
export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY, {
|
||||||
apiVersion: '2024-12-18.acacia',
|
apiVersion: '2025-10-29.clover',
|
||||||
});
|
});
|
||||||
|
|
||||||
// Webhook configuration
|
// Webhook configuration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user