Add in-app Ladill Queue integration for service queue consoles.
Deploy Ladill Frontdesk / deploy (push) Successful in 46s
Deploy Ladill Frontdesk / deploy (push) Successful in 46s
Settings toggle provisions Queue org via API; reception can call tickets from Frontdesk. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -236,6 +236,12 @@ return [
|
||||
'lab' => 'Ladill Lab',
|
||||
'pos' => 'Ladill POS',
|
||||
'crm' => 'Ladill CRM',
|
||||
'queue' => 'Ladill Queue',
|
||||
],
|
||||
|
||||
'queue' => [
|
||||
'api_url' => env('QUEUE_API_URL', 'https://queue.ladill.com/api/v1'),
|
||||
'api_key' => env('QUEUE_API_KEY_FRONTDESK'),
|
||||
],
|
||||
|
||||
'printers' => [
|
||||
|
||||
Reference in New Issue
Block a user