Before dispatching the firegento_pdf_header_lines event, the headerLines are passed into the transport object.
In the current state, an undefined variable called $this->headerLines is passed into it.
This commit fixes the typo and passes the correct $this->_headerLines variable into the transport object.
Before dispatching the
firegento_pdf_header_lines event
, the headerLines are passed into the transport object. In the current state, an undefined variable called$this->headerLines
is passed into it. This commit fixes the typo and passes the correct$this->_headerLines
variable into the transport object.