Raise Pro and Enterprise by GHS 1500; add hardware to Pro.
Deploy Ladill Queue / deploy (push) Successful in 53s

Pro is GHS 2490/mo and Enterprise GHS 4490/branch/mo. Pro now lists
Ladill-provided kiosk, display, and audio system.
This commit is contained in:
isaacclad
2026-07-16 09:28:09 +00:00
parent f90c00abbe
commit 4e45ef4b65
3 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -183,13 +183,13 @@ return [
],
'pro' => [
'label' => 'Pro',
'price_minor' => (int) env('QUEUE_PRO_PRICE_MINOR', 99000),
'price_minor' => (int) env('QUEUE_PRO_PRICE_MINOR', 249000),
'max_branches' => null,
'max_queues' => null,
],
'enterprise' => [
'label' => 'Enterprise',
'price_minor_per_branch' => (int) env('QUEUE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 299000),
'price_minor_per_branch' => (int) env('QUEUE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 449000),
'max_branches' => null,
'max_queues' => null,
],
@@ -249,7 +249,7 @@ return [
'upgrade_banner' => [
'title' => 'Unlock Queue Pro or Enterprise',
'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 990/mo.',
'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 2490/mo.',
'route' => 'qms.pro.index',
],