Raise Pro and Enterprise prices by GHS 1,000 per branch.
Deploy Ladill Frontdesk / deploy (push) Successful in 1m42s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user