mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix #116 Fix Change SMS endpoint
This commit is contained in:
parent
3ae460de5a
commit
8b17a9e6c1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class OvhSMS
|
|||
);
|
||||
|
||||
try {
|
||||
$smsServices = $this->api->get('/sms/');
|
||||
$smsServices = $this->api->get('/sms');
|
||||
|
||||
if (!empty($smsServices)) {
|
||||
$this->smsService = $smsServices[0];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue