Raise suite Pro and Business/Enterprise prices tenfold.
Deploy Ladill Queue / deploy (push) Successful in 47s

Free tiers stay free. Paid defaults and marketing copy use the new GHS amounts (e.g. Pro 79→790, Business 249→2490).
This commit is contained in:
isaacclad
2026-07-15 13:54:21 +00:00
parent 1e44285132
commit f90c00abbe
+3 -3
View File
@@ -183,13 +183,13 @@ return [
], ],
'pro' => [ 'pro' => [
'label' => 'Pro', 'label' => 'Pro',
'price_minor' => (int) env('QUEUE_PRO_PRICE_MINOR', 9900), 'price_minor' => (int) env('QUEUE_PRO_PRICE_MINOR', 99000),
'max_branches' => null, 'max_branches' => null,
'max_queues' => null, 'max_queues' => null,
], ],
'enterprise' => [ 'enterprise' => [
'label' => 'Enterprise', 'label' => 'Enterprise',
'price_minor_per_branch' => (int) env('QUEUE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 29900), 'price_minor_per_branch' => (int) env('QUEUE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 299000),
'max_branches' => null, 'max_branches' => null,
'max_queues' => null, 'max_queues' => null,
], ],
@@ -249,7 +249,7 @@ return [
'upgrade_banner' => [ 'upgrade_banner' => [
'title' => 'Unlock Queue Pro or Enterprise', 'title' => 'Unlock Queue Pro or Enterprise',
'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 99/mo.', 'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 990/mo.',
'route' => 'qms.pro.index', 'route' => 'qms.pro.index',
], ],