fix(events): point Messaging settings at suite defaults, not API keys
Deploy Ladill Events / deploy (push) Successful in 48s

Mirror Care: suite platform keys count as ready for attendee email/SMS;
Account Messaging is primary, product Bird/SMS keys are advanced.
SmsService now prefers channel=suite before customer API keys.
This commit is contained in:
isaacclad
2026-07-16 11:36:43 +00:00
parent 3d5ffa593d
commit a5ebd1e414
11 changed files with 127 additions and 16 deletions
@@ -39,7 +39,8 @@ class EventsMessagingIntegrationsTest extends TestCase
->assertOk()
->assertSee('SMS')
->assertSee('Email')
->assertSee('credentials for outbound messaging');
->assertSee('work by default')
->assertSee('optional');
}
public function test_saving_sms_credentials_encrypts_key(): void