chore(pricing): align free host SMS allowance with suite messaging
Deploy Ladill Frontdesk / deploy (push) Successful in 1m7s
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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user