Raise Pro and Enterprise by GHS 1500; add hardware to Pro.
Deploy Ladill Queue / deploy (push) Successful in 53s
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:
+3
-3
@@ -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',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user