mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-13 19:13:48 +00:00
refactor(#29): centralise stripe client
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import Stripe from 'stripe'
|
||||
import { STRIPE_SECRET_KEY } from '$env/static/private'
|
||||
|
||||
export const stripe = new Stripe(STRIPE_SECRET_KEY)
|
||||
Reference in New Issue
Block a user