feat(pos): Pro GHS 1790/mo with Ladill-provided hardware kit
Deploy Ladill POS / deploy (push) Has been cancelled
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user