_paymentSpecificInformation) { return $this->_paymentSpecificInformation; } $info = $this->getInfo(); $referenceID = $info->getAdditionalInformation( \Magento\Paypal\Model\Payment\Method\Billing\AbstractAgreement::PAYMENT_INFO_REFERENCE_ID ); $transport = new \Magento\Framework\DataObject([(string)__('Reference ID') => $referenceID]); $transport = parent::_prepareSpecificInformation($transport); return $transport; } }