Skip to content
New issue

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

Notice: Message is undefined in Transport #15

Open
niziou opened this issue May 18, 2021 · 0 comments
Open

Notice: Message is undefined in Transport #15

niziou opened this issue May 18, 2021 · 0 comments

Comments

@niziou
Copy link

niziou commented May 18, 2021

Please take a look at:

} elseif ( version_compare($this->_magVersion, "2.2.9", "<=") && $message instanceof \Zend_mail) {

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant