Skip to content

Commit

Permalink
Update Stripe API version to "2024-12-18.acacia"
Browse files Browse the repository at this point in the history
  • Loading branch information
teetangh committed Dec 26, 2024
1 parent 41c66fd commit 91a9fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/payments/stripe/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface UpdatePaymentRequest {

const stripe = process.env.STRIPE_SECRET_KEY
? new Stripe(process.env.STRIPE_SECRET_KEY, {
apiVersion: "2024-11-20.acacia",
apiVersion: "2024-12-18.acacia",
})
: ({
paymentIntents: {
Expand Down

0 comments on commit 91a9fe5

Please sign in to comment.