forked from TFMM/silent-auction
feat: add automatic item pickup slip printing via HP ePrint
This commit is contained in:
@@ -48,4 +48,9 @@ return [
|
||||
'private_api_key' => env('NORTH_PRIVATE_API_KEY'),
|
||||
],
|
||||
|
||||
'printer' => [
|
||||
'enabled' => env('AUTO_PRINT_ENABLED', false),
|
||||
'email' => env('PRINTER_EMAIL'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user