Raise Care Pro to GHS 199/mo.
Deploy Ladill Care / deploy (push) Successful in 40s

Update plan config and billing service defaults to match suite pricing.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-30 00:32:53 +00:00
co-authored by Cursor
parent 429a163a79
commit cd415e918f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ class PlanService
public function proPriceMinor(): int
{
return (int) config('care.plans.pro.price_minor', 15000);
return (int) config('care.plans.pro.price_minor', 19900);
}
}
+1 -1
View File
@@ -212,7 +212,7 @@ return [
],
'pro' => [
'label' => 'Pro',
'price_minor' => (int) env('CARE_PRO_PRICE_MINOR', 15000),
'price_minor' => (int) env('CARE_PRO_PRICE_MINOR', 19900),
'max_branches' => null,
],
],