#Khalil-orders-error

1 messages ยท Page 1 of 1 (latest)

balmy radish
#

๐Ÿ‘‹ 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

warm halo
#

The problem seems different since it's a compiler issue I am having

balmy radish
#

The code looks fine ๐Ÿค”