Ticket Component

This commit is contained in:
2024-10-06 19:30:12 +02:00
parent 10c0d0838f
commit 4b2764e33c
47 changed files with 365 additions and 219 deletions

View File

@@ -23,11 +23,13 @@
"tickets": [
{
"concertId": 0,
"orderPrice": 184
"orderPrice": 184,
"seatId": 2
},
{
"concertId": 0,
"orderPrice": 184
"orderPrice": 184,
"seatId": 3
}
]
},
@@ -40,7 +42,8 @@
"tickets": [
{
"concertId": 0,
"orderPrice": 184
"orderPrice": 184,
"seatId": 3
}
]
}