From 78be5c803d0660de54cb0bd9a34eee6be35b14c3 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Wed, 15 Jul 2026 13:53:18 +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/care.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/care.php b/config/care.php index 7fa8d59..2529d8e 100644 --- a/config/care.php +++ b/config/care.php @@ -218,12 +218,12 @@ return [ ], 'pro' => [ 'label' => 'Pro', - 'price_minor' => (int) env('CARE_PRO_PRICE_MINOR', 19900), + 'price_minor' => (int) env('CARE_PRO_PRICE_MINOR', 199000), 'max_branches' => null, ], 'enterprise' => [ 'label' => 'Enterprise', - 'price_minor_per_branch' => (int) env('CARE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 49900), + 'price_minor_per_branch' => (int) env('CARE_ENTERPRISE_PRICE_PER_BRANCH_MINOR', 499000), 'max_branches' => null, ], ], @@ -246,7 +246,7 @@ return [ 'upgrade_banner' => [ 'title' => 'Unlock Care Pro or Enterprise', - 'description' => 'Unlimited branches, lab & pharmacy modules, encounter billing — from GHS 199/mo.', + 'description' => 'Unlimited branches, lab & pharmacy modules, encounter billing — from GHS 1990/mo.', 'route' => 'care.pro.index', ],