Fix #116 Fix Change SMS endpoint

This commit is contained in:
Timothée Jaussoin 2023-08-24 14:35:29 +02:00
parent 3ae460de5a
commit 8b17a9e6c1

View file

@ -41,7 +41,7 @@ class OvhSMS
);
try {
$smsServices = $this->api->get('/sms/');
$smsServices = $this->api->get('/sms');
if (!empty($smsServices)) {
$this->smsService = $smsServices[0];