_instructions === null) { $this->_instructions = $this->getInfo()->getAdditionalInformation( 'instructions' ) ?: trim($this->getMethod()->getConfigData('instructions')); } return $this->_instructions; } }