sendinblue / magento2-plugin

MIT License
6 stars 10 forks source link

Notice: Message is undefined in Transport #15

Open niziou opened 3 years ago

niziou commented 3 years ago

Please take a look at: https://github.com/sendinblue/magento2-plugin/blob/6c703d9b684e0ed5d4387bbe34feaa43e01f899e/Model/Transport.php#L245

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.