♻️ Use stripe client in billing package (#1269)

This commit is contained in:
Luke Vella 2024-08-23 21:35:10 +01:00 committed by GitHub
parent d4bd922ed3
commit d105049119
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 11 deletions

View file

@ -1,8 +0,0 @@
import Stripe from "stripe";
export type { Stripe } from "stripe";
export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY as string, {
apiVersion: "2023-08-16",
typescript: true,
});