chore(pricing): raise Care Pro to GHS 2490 per branch/mo
Deploy Ladill Care / deploy (push) Successful in 54s
Deploy Ladill Care / deploy (push) Successful in 54s
Increase Care Pro monthly branch price by GHS 500 (1990 → 2490).
This commit is contained in:
@@ -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),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -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',
|
||||
],
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ class CareProTest extends TestCase
|
||||
->get(route('care.pro.index'))
|
||||
->assertOk()
|
||||
->assertSee('Choose your Care plan')
|
||||
->assertSee('1990')
|
||||
->assertSee('2490')
|
||||
->assertSee('4990')
|
||||
->assertSee('/branch/mo')
|
||||
->assertSee('Unlimited branches')
|
||||
|
||||
Reference in New Issue
Block a user