mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-02-07 13:58:24 +00:00
Fix #116 Fix Change SMS endpoint
This commit is contained in:
parent
3f3ddda282
commit
1f84042e59
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