Bill Queue Pro per active branch like Enterprise.
Deploy Ladill Queue / deploy (push) Successful in 33s

Show /branch/mo pricing with live branch totals on the plans page,
charge subscribe/prepaid/renewals by branch count, and store pro_billed_branches.
This commit is contained in:
isaacclad
2026-07-16 09:33:03 +00:00
parent 4e45ef4b65
commit 8892316664
6 changed files with 163 additions and 37 deletions
+5 -2
View File
@@ -183,7 +183,10 @@ return [
],
'pro' => [
'label' => 'Pro',
'price_minor' => (int) env('QUEUE_PRO_PRICE_MINOR', 249000),
'price_minor_per_branch' => (int) env(
'QUEUE_PRO_PRICE_PER_BRANCH_MINOR',
env('QUEUE_PRO_PRICE_MINOR', 249000)
),
'max_branches' => null,
'max_queues' => null,
],
@@ -249,7 +252,7 @@ return [
'upgrade_banner' => [
'title' => 'Unlock Queue Pro or Enterprise',
'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 2490/mo.',
'description' => 'Unlimited branches, advanced routing, Care & Frontdesk integrations — from GHS 2490/branch/mo.',
'route' => 'qms.pro.index',
],