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
While running integration tests I am getting:
PHP Notice: Undefined variable: message in /var/www/magento/gnp74/vendor/sendinblue/module-sendinblue/Model/Transport.php on line 245
When I changed the $message to $this->_message the notice went away but I am not sure if this was intended.
The text was updated successfully, but these errors were encountered:
Please take a look at:
magento2-plugin/Model/Transport.php
Line 245 in 6c703d9
While running integration tests I am getting:
PHP Notice: Undefined variable: message in /var/www/magento/gnp74/vendor/sendinblue/module-sendinblue/Model/Transport.php on line 245
When I changed the $message to $this->_message the notice went away but I am not sure if this was intended.
The text was updated successfully, but these errors were encountered: