user.email account.plan_name - cleanup context and service construction - config for stripe callback - initial plan
This commit is contained in:
@@ -22,5 +22,5 @@ export type AppRouter = typeof appRouter;
|
||||
export default createNuxtApiHandler({
|
||||
router: appRouter,
|
||||
createContext: createContext,
|
||||
onError({ error}) { console.error(error)}, // TODO - logging and reporting
|
||||
onError({ error}) { console.error(error)},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user