Progress on order progress

This commit is contained in:
Deon George
2020-04-19 08:33:41 +10:00
parent e6f823da39
commit 6480f40b22
16 changed files with 505 additions and 224 deletions

View File

@@ -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(),