mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
6.9 - Respecting Reservations
This commit is contained in:
@@ -31,7 +31,7 @@ class ConcertOrdersController extends Controller
|
||||
|
||||
try {
|
||||
// Find some tickets
|
||||
$tickets = $concert->findTickets(request('ticket_quantity'));
|
||||
$tickets = $concert->reserveTickets(request('ticket_quantity'));
|
||||
$reservation = new Reservation($tickets);
|
||||
|
||||
// Charge the customer for the tickets
|
||||
|
||||
Reference in New Issue
Block a user