You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
The text was updated successfully, but these errors were encountered: