Raise suite Pro and Business/Enterprise prices tenfold.
Deploy Ladill Care / deploy (push) Successful in 1m3s

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:53:18 +00:00
parent f11d0a3b1a
commit 78be5c803d
+3 -3
View File
@@ -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',
],