Progress on order progress
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
return [
|
||||
'pdf' => array(
|
||||
'enabled' => true,
|
||||
'binary' => '/usr/bin/wkhtmltopdf',
|
||||
'binary' => '/usr/local/bin/wkhtmltopdf',
|
||||
'timeout' => false,
|
||||
'options' => array('print-media-type' => true),
|
||||
'env' => array(),
|
||||
@@ -11,7 +11,7 @@ return [
|
||||
|
||||
'image' => array(
|
||||
'enabled' => false,
|
||||
'binary' => '/var/www/html/vendor/bin/wkhtmltoimage',
|
||||
'binary' => '/usr/local/bin/wkhtmltoimage',
|
||||
'timeout' => false,
|
||||
'options' => array(),
|
||||
'env' => array(),
|
||||
|
Reference in New Issue
Block a user