Solutionunvalidated
You should make an API request to `stripe.checkout.Session.retrieve` when handling the webhook — when handling the webhook. Tension: Webhooks always send the base version. Outcome: you can pass `expand=['line_items']` in that retrieve call.
6b6bcc99-7650-4065-8677-e3ac23ec739b
You should make an API request to stripe.checkout.Session.retrieve when handling the webhook — when handling the webhook. Tension: Webhooks always send the base version. Outcome: you can pass expand=['line_items'] in that retrieve call.