Raise Pro and Enterprise by GHS 1500; add hardware to Pro.
Deploy Ladill Queue / deploy (push) Successful in 53s
Deploy Ladill Queue / deploy (push) Successful in 53s
Pro is GHS 2490/mo and Enterprise GHS 4490/branch/mo. Pro now lists Ladill-provided kiosk, display, and audio system.
This commit is contained in:
@@ -76,12 +76,12 @@ class PlanService
|
||||
|
||||
public function proPriceMinor(): int
|
||||
{
|
||||
return (int) config('qms.plans.pro.price_minor', 9900);
|
||||
return (int) config('qms.plans.pro.price_minor', 249000);
|
||||
}
|
||||
|
||||
public function enterprisePricePerBranchMinor(): int
|
||||
{
|
||||
return (int) config('qms.plans.enterprise.price_minor_per_branch', 29900);
|
||||
return (int) config('qms.plans.enterprise.price_minor_per_branch', 449000);
|
||||
}
|
||||
|
||||
public function enterprisePriceMinor(Organization $organization): int
|
||||
|
||||
Reference in New Issue
Block a user