OrderSummaryBuilder lists every line of an order, including released, expired and cancelled ones that have left the order, and appends each line state (e.g. "released", "confirmed"). The released lines are noise, and the per-line state duplicates the order-level state already shown above the list.

Show only the lines still in the order (BookingInterface::CONSUMING_STATES) and drop the per-line state, so the summary reads as the current booking (date, tier, seat or quantity, and price when available), close to the read-only cart display. Kernel-tested.

Issue fork yoyaku-3611974

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mably created an issue. See original summary.

mably’s picture

Status: Active » Needs review

  • mably committed a2a91556 on 1.x
    task: #3611974 Order summary lists released lines and per-line state...
mably’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.