Raise Pro and Enterprise prices by GHS 1,000 per branch.
Deploy Ladill Frontdesk / deploy (push) Successful in 1m42s

Pro is now GHS 1,990/branch/mo and Enterprise is GHS 2,990/branch/mo.
This commit is contained in:
isaacclad
2026-07-16 08:42:53 +00:00
parent cb2a9898eb
commit 4dea49fa50
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -181,7 +181,7 @@ class PlanService
{
return (int) config(
'frontdesk.plans.pro.price_minor_per_branch',
config('frontdesk.plans.pro.price_minor', 99000),
config('frontdesk.plans.pro.price_minor', 199000),
);
}
@@ -197,7 +197,7 @@ class PlanService
public function enterprisePricePerBranchMinor(): int
{
return (int) config('frontdesk.plans.enterprise.price_minor_per_branch', 199000);
return (int) config('frontdesk.plans.enterprise.price_minor_per_branch', 299000);
}
public function proPriceTotalMinor(Organization $organization): int