fix(events): point Messaging settings at suite defaults, not API keys
Deploy Ladill Events / deploy (push) Successful in 48s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user