mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-12 05:42:07 +00:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
|
import Stripe from "stripe";
|
||
|
|
||
|
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
||
|
apiVersion: "2023-10-16",
|
||
|
typescript: true,
|
||
|
});
|