bug #35685 sms endpoint is only available in ovh-eu (cbourgois)

This PR was merged into the 5.1-dev branch.

Discussion
----------

sms endpoint is only available in ovh-eu

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | no ticket. <!-- prefix each issue number with "Fix #", if any -->
| License       | MIT

`/sms` endpoint is only available for `ovh-eu` api.

Signed-off-by: Cyrille Bourgois <cyrille.bourgois@corp.ovh.com>

Commits
-------

a49dead4e0 sms endpoint is only available in ovh-eu
This commit is contained in:
Fabien Potencier 2020-02-12 17:20:01 +01:00
commit 5150fc51f6
1 changed files with 0 additions and 6 deletions

View File

@ -28,12 +28,6 @@ final class OvhCloudTransport extends AbstractTransport
{
private $endpoints = [
'ovh-eu' => 'https://eu.api.ovh.com/1.0',
'ovh-ca' => 'https://ca.api.ovh.com/1.0',
'ovh-us' => 'https://api.us.ovhcloud.com/1.0',
'kimsufi-eu' => 'https://eu.api.kimsufi.com/1.0',
'kimsufi-ca' => 'https://ca.api.kimsufi.com/1.0',
'soyoustart-eu' => 'https://eu.api.soyoustart.com/1.0',
'soyoustart-ca' => 'https://ca.api.soyoustart.com/1.0',
];
private $applicationKey;