Fix event logging issue on checkout

This commit is contained in:
Sam Bell 2018-03-06 20:45:32 +00:00
parent f5d392cc23
commit be526044ce
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ class EventCheckoutController extends Controller
* Queue up some tasks - Emails to be sent, PDFs etc.
*/
Log::info('Firing the event');
//event(new OrderCompletedEvent($order));
event(new OrderCompletedEvent($order));
} catch (Exception $e) {