Removes the display_items property from Checkout SessionsBreaking changes
What’s new
Checkout Sessions no longer include the display_
property. Use the includable line_
property instead.
Impact
Lets you access the line item details for a Checkout Session using the line_
property, instead of the now-removed display_
property. This simplifies the Checkout Session response by consolidating the line item information into a single, consistent property.