You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(delivery): confirm delivery order reads pricingSnapshot from payment row
confirmDeliveryOrderOnCourseCreated gated on order.pricingSnapshot, which is
undefined for a delivery order until confirmation freezes it -> the gate
self-blocked and paid delivery orders never reached "nouvelle" even with a
created Uber course. Source the snapshot from the payments row (where
recordPaymentIntent persisted it), like the pickup path does.
Test made realistic: a delivery order carries no order.pricingSnapshot
pre-confirm (only the payment row does), so the suite now catches this gate bug.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments