Raise Pro and Enterprise by GHS 1500; add hardware to Pro.
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:
isaacclad
2026-07-16 09:28:09 +00:00
parent f90c00abbe
commit 4e45ef4b65
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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