stefanwerner87

Results 2 issues of stefanwerner87

hi there, in order to have metadata available in stripe you need to provide payment_intent_data in the stripeSession ```js const stripeSession = await stripe.checkout.sessions.create({ success_url: `${process.env.NEXT_PUBLIC_SERVER_URL}/thank-you?orderId=${order.id}`, cancel_url: `${process.env.NEXT_PUBLIC_SERVER_URL}/cart`, payment_method_types: ["card",...

hi josh, thanks for this awesome video.. following it I noticed some improvements.. you could use more eslint rules :) for example eslint-config-prettier, eslint-config-standard and eslint-plugin-tailwindcss eslint-plugin-tailwindcss helps a lot...