File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 114114 "postgres" : " ^3.4.7" ,
115115 "posthog-js" : " ^1.246.0" ,
116116 "posthog-node" : " ^4.17.2" ,
117+ "prettier" : " ^3.3.3" ,
117118 "prosemirror-commands" : " ^1.7.1" ,
118119 "prosemirror-history" : " ^1.4.1" ,
119120 "prosemirror-keymap" : " ^1.2.2" ,
Original file line number Diff line number Diff line change 122122 "postgres": "^3.4.7",
123123 "posthog-js": "^1.246.0",
124124 "posthog-node": "^4.17.2",
125+ "prettier": "^3.3.3",
125126 "prosemirror-commands": "^1.7.1",
126127 "prosemirror-history": "^1.4.1",
127128 "prosemirror-keymap": "^1.2.2",
Original file line number Diff line number Diff line change 1- import { config } from 'dotenv' ;
21import Stripe from 'stripe' ;
32
4- config ( { path : '../.env' } ) ;
5-
63export const createStripeClient = ( secretKey ?: string ) => {
74 const apiKey = secretKey || process . env . STRIPE_SECRET_KEY ;
85 if ( ! apiKey ) {
You can’t perform that action at this time.
0 commit comments