#Khalil-orders-error
1 messages ยท Page 1 of 1 (latest)
๐ moving this here for complete context
const order = await stripe.orders.create({
currency: 'usd',
line_items: [{product: '{2}', quantity: 3}],
})
I believe you need to create a valid price and product to create an order
The problem seems different since it's a compiler issue I am having
The code looks fine ๐ค