diff --git a/config/frontdesk.php b/config/frontdesk.php index 289b451..d6c12e4 100644 --- a/config/frontdesk.php +++ b/config/frontdesk.php @@ -132,8 +132,8 @@ return [ 'max_branches' => 1, 'max_kiosk_devices' => 1, 'free_emails_per_month' => (int) env('FRONTDESK_FREE_EMAILS_PER_MONTH', 100), - // Free has no included SMS — billed per segment (or customer SMS key). - 'free_sms_per_month' => (int) env('FRONTDESK_FREE_SMS_PER_MONTH', 0), + // Align with platform suite free allowance (messaging.plans.free). + 'free_sms_per_month' => (int) env('FRONTDESK_FREE_SMS_PER_MONTH', 50), 'features' => [ 'check_in', 'hosts',