Tighten Pro alert caps and move custom badges to Enterprise.
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:
isaacclad
2026-07-16 08:37:06 +00:00
parent 4ce45f4989
commit b6f229ab9a
12 changed files with 298 additions and 29 deletions
@@ -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,
]);