Closed balusio closed 6 years ago
If you are going to add the notify url check it would have to be more like:
if ( ( 'yes' == $this->debug) && ($this->notify_url) && ($this->notify_url !=='') )
as the equality test alone would error if the property is undefined..
+1 .. was making exactly the same changes and found this