Skip to content

Commit

Permalink
Update stripe.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanAnsari authored Oct 6, 2024
1 parent 6d9d0af commit 2ad11b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (!stripeSecretKey) {
}

const stripe = new Stripe(stripeSecretKey, {
apiVersion: "2024-06-20",
apiVersion: "2024-09-30.acacia",
});

export default stripe;

0 comments on commit 2ad11b7

Please sign in to comment.