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
+1 -1
View File
@@ -109,7 +109,7 @@ class PlanService
{
return (int) config(
'care.plans.pro.price_minor_per_branch',
config('care.plans.pro.price_minor', 199000),
config('care.plans.pro.price_minor', 249000),
);
}