ovh / php-ovh-sms

PHP for ovh sms API
Other
48 stars 49 forks source link

getOutgoingMessages() parameters name are not correct #26

Open 3ffusi0on opened 5 years ago

3ffusi0on commented 5 years ago

According to comments and body of the method, $startDateTime is used instead of $dateStart as well as $endDateTime instead of $dateEnd.

Using the current version result in notice :

Notice: Undefined variable: startDateTime in C:\Users\Pierre-Alain\Dev\api-v2\vendor\ovh\php-ovh-sms\src\SmsApi.php on line 400

Notice: Undefined variable: endDateTime in C:\Users\Pierre-Alain\Dev\api-v2\vendor\ovh\php-ovh-sms\src\SmsApi.php on line 408