mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge remote-tracking branch 'origin/1.5.x' into fix-smtp-provider-update
# Conflicts: # tests/e2e/Services/Messaging/MessagingBase.php
This commit is contained in:
@@ -138,8 +138,8 @@ class MessagingTest extends Scope
|
||||
'Telesign' => [
|
||||
'providerId' => $providers[3]['_id'],
|
||||
'name' => 'Telesign2',
|
||||
'username' => 'my-username',
|
||||
'password' => 'my-password',
|
||||
'customerId' => 'my-username',
|
||||
'apiKey' => 'my-password',
|
||||
],
|
||||
'Textmagic' => [
|
||||
'providerId' => $providers[4]['_id'],
|
||||
|
||||
@@ -51,8 +51,8 @@ trait MessagingBase
|
||||
'telesign' => [
|
||||
'providerId' => ID::unique(),
|
||||
'name' => 'Telesign1',
|
||||
'username' => 'my-username',
|
||||
'password' => 'my-password',
|
||||
'customerId' => 'my-username',
|
||||
'apiKey' => 'my-password',
|
||||
'from' => '+123456789',
|
||||
],
|
||||
'textmagic' => [
|
||||
@@ -142,8 +142,8 @@ trait MessagingBase
|
||||
],
|
||||
'telesign' => [
|
||||
'name' => 'Telesign2',
|
||||
'username' => 'my-username',
|
||||
'password' => 'my-password',
|
||||
'customerId' => 'my-username',
|
||||
'apiKey' => 'my-password',
|
||||
],
|
||||
'textmagic' => [
|
||||
'name' => 'Textmagic2',
|
||||
|
||||
Reference in New Issue
Block a user