chore(pricing): raise Care Pro to GHS 2490 per branch/mo
Deploy Ladill Care / deploy (push) Successful in 54s

Increase Care Pro monthly branch price by GHS 500 (1990 → 2490).
This commit is contained in:
isaacclad
2026-07-16 12:10:19 +00:00
parent f7baa6ebf0
commit 8896088425
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -232,7 +232,7 @@ return [
'pro' => [
'label' => 'Pro',
// Billed per active branch / month (unlimited branches).
'price_minor_per_branch' => (int) env('CARE_PRO_PRICE_PER_BRANCH_MINOR', env('CARE_PRO_PRICE_MINOR', 199000)),
'price_minor_per_branch' => (int) env('CARE_PRO_PRICE_PER_BRANCH_MINOR', env('CARE_PRO_PRICE_MINOR', 249000)),
'max_branches' => null,
'features' => [
'branches',
@@ -277,7 +277,7 @@ return [
'upgrade_banner' => [
'title' => 'Unlock Care Pro or Enterprise',
'description' => 'Pro from GHS 1990/branch/mo — lab, pharmacy, billing, and Queue. Enterprise adds custom multi-dept workflows, analytics, priority support, and AI-assisted healthcare integration.',
'description' => 'Pro from GHS 2490/branch/mo — lab, pharmacy, billing, and Queue. Enterprise adds custom multi-dept workflows, analytics, priority support, and AI-assisted healthcare integration.',
'route' => 'care.pro.index',
],