feat(pos): Pro GHS 1790/mo with Ladill-provided hardware kit
Deploy Ladill POS / deploy (push) Has been cancelled

Raise POS Pro by GHS 1000 (790 → 1790). Pro includes a Ladill-provided
payment terminal, receipt printer, and barcode scanner; track payment
terminals as a device type.
This commit is contained in:
isaacclad
2026-07-16 12:17:32 +00:00
parent 05346ea21e
commit 5d32a0723b
3 changed files with 18 additions and 6 deletions
+2 -2
View File
@@ -21,12 +21,12 @@ class SubscriptionService
public function priceMinor(): int
{
return (int) config('pos.plans.pro.price_minor', config('pos.pro.price_minor', 7900));
return (int) config('pos.plans.pro.price_minor', config('pos.pro.price_minor', 179000));
}
public function enterprisePriceMinor(): int
{
return (int) config('pos.plans.enterprise.price_minor', 24900);
return (int) config('pos.plans.enterprise.price_minor', 249000);
}
public function subscriptionFor(User $user): ?ProSubscription