Attendize/app/Jobs
Jeremy Quinton ec69e0711b Added better error handling
On the completion of an order Attendize Generates a ticket and sends it via email. However if the ticket could not be generated we still attempt to send a file that does not exist which causes the checkout process to hang and throw an error message. Chained the Generate Ticket and SendOrderTickets events so that if a ticket cannot be generate we don't attempt to send it.
2018-08-17 14:32:30 +02:00
..
GenerateTicket.php Added better error handling 2018-08-17 14:32:30 +02:00
Job.php Reformat code 2016-09-06 21:39:27 +01:00
ProcessGenerateAndSendTickets.php Added better error handling 2018-08-17 14:32:30 +02:00
SendAttendeeInvite.php Reformat code 2016-09-06 21:39:27 +01:00
SendAttendeeTicket.php Reformat code 2016-09-06 21:39:27 +01:00
SendMessageToAttendee.php Reformat code 2016-09-06 21:39:27 +01:00
SendMessageToAttendees.php Reformat code 2016-09-06 21:39:27 +01:00
SendOrderNotification.php Added better error handling 2018-08-17 14:32:30 +02:00
SendOrderTickets.php Added better error handling 2018-08-17 14:32:30 +02:00