Tighten Pro alert caps and move custom badges to Enterprise.
Deploy Ladill Frontdesk / deploy (push) Has been cancelled
Deploy Ladill Frontdesk / deploy (push) Has been cancelled
Pro includes 5,000 email and 5,000 SMS host alerts per month with hard monthly caps; Enterprise is unlimited. Custom badge templates are Enterprise-only, and plan benefit copy matches the new limits.
This commit is contained in:
@@ -213,7 +213,7 @@ class NotificationDispatcher
|
||||
'organization_id' => $organization->id,
|
||||
]);
|
||||
} elseif (! $this->billing->canAffordEmail($organization)) {
|
||||
Log::info('Frontdesk host email skipped — insufficient wallet balance', [
|
||||
Log::info('Frontdesk host email skipped — plan allowance exhausted or insufficient wallet balance', [
|
||||
'host_id' => $host->id,
|
||||
'organization_id' => $organization->id,
|
||||
]);
|
||||
@@ -261,7 +261,7 @@ class NotificationDispatcher
|
||||
'organization_id' => $organization->id,
|
||||
]);
|
||||
} elseif (! $this->billing->canAffordSms($organization, $smsBody)) {
|
||||
Log::info('Frontdesk host SMS skipped — insufficient wallet balance', [
|
||||
Log::info('Frontdesk host SMS skipped — plan allowance exhausted or insufficient wallet balance', [
|
||||
'host_id' => $host->id,
|
||||
'organization_id' => $organization->id,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user