Ticket Component
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user