Closed (fixed)
Project:
Yoyaku Booking Engine
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2026 at 09:05 UTC
Updated:
3 Aug 2026 at 10:10 UTC
Jump to comment: Most recent
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.
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
Comment #3
mably commentedComment #5
mably commented