10000 sms endpoint is only available in ovh-eu · symfony/symfony@a49dead · GitHub
[go: up one dir, main page]

Skip to content

Commit a49dead

Browse files
author
Cyrille Bourgois
committed
sms endpoint is only available in ovh-eu
Signed-off-by: Cyrille Bourgois <cyrille.bourgois@corp.ovh.com>
1 parent b7df5ea commit a49dead

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ final class OvhCloudTransport extends AbstractTransport
2828
{
2929
private $endpoints = [
3030
'ovh-eu' => 'https://eu.api.ovh.com/1.0',
31-
'ovh-ca' => 'https://ca.api.ovh.com/1.0',
32-
'ovh-us' => 'https://api.us.ovhcloud.com/1.0',
33-
'kimsufi-eu' => 'https://eu.api.kimsufi.com/1.0',
34-
'kimsufi-ca' => 'https://ca.api.kimsufi.com/1.0',
35-
'soyoustart-eu' => 'https://eu.api.soyoustart.com/1.0',
36-
'soyoustart-ca' => 'https://ca.api.soyoustart.com/1.0',
3731
];
3832

3933
private $applicationKey;

0 commit comments

Comments
 (0)
0