mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-03 19:21:51 +02:00
♻️ Use stripe client in billing package (#1269)
This commit is contained in:
parent
d4bd922ed3
commit
d105049119
3 changed files with 3 additions and 11 deletions
|
@ -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,
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue