- Updating Wkhtml2PDF config (checkouts were failing when debug=true)
This commit is contained in:
parent
7d9e7eb291
commit
8668b580d2
|
|
@ -611,8 +611,8 @@ class EventCheckoutController extends Controller
|
|||
if ($request->get('download') == '1') {
|
||||
return PDF::html('Public.ViewEvent.Partials.PDFTicket', $data, 'Tickets');
|
||||
}
|
||||
|
||||
return view('Public.ViewEvent.Partials.PDFTicket', $data);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
return [
|
||||
|
||||
'debug' => env('APP_DEBUG', false),
|
||||
'debug' => env('APP_DEBUG_PDF', false),
|
||||
'binpath' => 'lib/',
|
||||
'binfile' => 'wkhtmltopdf-amd64',
|
||||
'output_mode' => 'I',
|
||||
|
|
|
|||
Loading…
Reference in New Issue