From f90c00abbedbae71fd912871edc2472edbefa2d8 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Wed, 15 Jul 2026 13:54:21 +0000 Subject: [PATCH] Raise suite Pro and Business/Enterprise prices tenfold. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Free tiers stay free. Paid defaults and marketing copy use the new GHS amounts (e.g. Pro 79→790, Business 249→2490). --- config/qms.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/qms.php b/config/qms.php index 7d041fe..f20259e 100644 --- a/config/qms.php +++ b/config/qms.php @@ -183,13 +183,13 @@ return [ ], '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_queues' => null, ], '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_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 99/mo.', + 'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 990/mo.', 'route' => 'qms.pro.index', ],