php-ovh-sms
php-ovh-sms copied to clipboard
Different variables names for getOutgoingMessages parameters
In getOutgoingMessages declaration, you're using $dateStart and $dateEnd, but in implementation, you're checking $startDateTime and $endDateTime (and they are not defined) so PHP displays a notice :
PHP Notice: Undefined variable: startDateTime in /home/sms/www/vendor/ovh/php-ovh-sms/src/SmsApi.php on line 400 PHP Notice: Undefined variable: endDateTime in /home/sms/www/vendor/ovh/php-ovh-sms/src/SmsApi.php on line 408