_instructions === null) { /** @var \Magento\Payment\Model\Method\AbstractMethod $method */ $method = $this->getMethod(); $this->_instructions = $method->getConfigData('instructions'); } return $this->_instructions; } }