Update project 7 FRONT UI -> API -> DB -> RabbitMQ -> Worker -> MinIO

This commit is contained in:
2026-03-06 13:18:32 +00:00
parent a418c53664
commit 8de0a1e7db
7 changed files with 408 additions and 19 deletions

View File

@@ -149,11 +149,12 @@ export default function OctagonSeatMap() {
setPendingId(seat.id);
try {
await lockSeatApi(seat.id, userId);
const { ticketId } = await lockSeatApi(seat.id, userId);
// ✅ 200 OK — seat is ours, add to cart
// ✅ 200 OK — seat is ours, add to cart with the resolved ticketId
addSeat({
seatId: seat.id,
ticketId,
sector: seat.sector,
row: seat.row,
number: seat.number,