Raise suite Pro and Business/Enterprise prices tenfold.
Deploy Ladill Care / deploy (push) Successful in 1m3s
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:
+3
-3
@@ -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',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user