Making CartContext available in trpc?
Hi! Simple trpc/t3 noob question.
I made a CartContext provider wrapped around my app, and now I would like trpc to create the Stripe checkout url based on the items in the cart. How can I access cart.items? I guess I have to do something in
trpc.ts
?
stripe router:
0 Replies