Skip to content

Commit

Permalink
fix TSC
Browse files Browse the repository at this point in the history
  • Loading branch information
capaj committed Apr 29, 2024
1 parent 6cf7f75 commit c5426b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/stripeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import Stripe from 'stripe'
export const stripeClient = new Stripe(
process.env.STRIPE_SECRET_KEY as string,
{
apiVersion: '2023-10-16'
apiVersion: '2024-04-10'
}
)

0 comments on commit c5426b0

Please sign in to comment.