#habibdev-checkout-issue
1 messages · Page 1 of 1 (latest)
is this happening across all CheckoutSessions?
let me try on my end to see
also, can you share the CheckoutSession creation request? I can see what params you're passing
thanks, looking
see this request: https://dashboard.stripe.com/test/logs/req_7Wrplbrn9Ny66o
Your code passed this malformed string as the name
so it is a bug on your end, you're passing a whole html template string to the name param, instead of actually the productName, probably a syntax bug on your end but something for you to investigate