Fix #116 Fix Change SMS endpoint

This commit is contained in:
Timothée Jaussoin 2023-08-24 14:35:29 +02:00
parent 3f3ddda282
commit 1f84042e59

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];