Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿš‘

+3 -1
+3 -1
packages/api/src/router/stripe/index.ts
··· 142 142 const session = await stripe.checkout.sessions.create({ 143 143 payment_method_types: ["card"], 144 144 customer: stripeId, 145 - 145 + customer_update: { 146 + name: "auto", 147 + }, 146 148 line_items: [ 147 149 { 148 150 price: priceId,