chore(pricing): align free host SMS allowance with suite messaging
Deploy Ladill Frontdesk / deploy (push) Successful in 1m7s

Free plan includes 50 host SMS per month to match platform free suite caps.
This commit is contained in:
isaacclad
2026-07-16 11:24:22 +00:00
parent 6afc3db909
commit b3842adaff
+2 -2
View File
@@ -132,8 +132,8 @@ return [
'max_branches' => 1, 'max_branches' => 1,
'max_kiosk_devices' => 1, 'max_kiosk_devices' => 1,
'free_emails_per_month' => (int) env('FRONTDESK_FREE_EMAILS_PER_MONTH', 100), 'free_emails_per_month' => (int) env('FRONTDESK_FREE_EMAILS_PER_MONTH', 100),
// Free has no included SMS — billed per segment (or customer SMS key). // Align with platform suite free allowance (messaging.plans.free).
'free_sms_per_month' => (int) env('FRONTDESK_FREE_SMS_PER_MONTH', 0), 'free_sms_per_month' => (int) env('FRONTDESK_FREE_SMS_PER_MONTH', 50),
'features' => [ 'features' => [
'check_in', 'check_in',
'hosts', 'hosts',