We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
The text was updated successfully, but these errors were encountered:
Fixes ovh#26 getOutgoingMessages parameters name
47ffbc6
To be in concordance with comments and method body
Merge pull request #1 from 3ffusi0on/master
45022ab
No branches or pull requests
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 :
The text was updated successfully, but these errors were encountered: