#johnpitchko - checkout expansion

1 messages ยท Page 1 of 1 (latest)

spring jolt
#

Hi one sec

#

You're just referring to line_items, right?

dawn horizon
#

Ah ok thx I see what you are suggesting let me experiment ๐Ÿ˜„

#

Ok got what I needed: Stripe::Checkout::Session.retrieve({id: checkout_session_id, expand: ['line_items', 'line_items.data.price.product']})

#

Thanks so much!

spring jolt
#

No problem!

dawn horizon
#

10/10 would request support again