Bill Queue Pro per active branch like Enterprise.
Deploy Ladill Queue / deploy (push) Successful in 33s
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:
+5
-2
@@ -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',
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user