Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Agreement.php
Go to the documentation of this file.
1 <?php
7 
12 {
19  protected function _prepareSpecificInformation($transport = null)
20  {
21  if (null !== $this->_paymentSpecificInformation) {
23  }
24  $info = $this->getInfo();
25  $referenceID = $info->getAdditionalInformation(
26  \Magento\Paypal\Model\Payment\Method\Billing\AbstractAgreement::PAYMENT_INFO_REFERENCE_ID
27  );
28  $transport = new \Magento\Framework\DataObject([(string)__('Reference ID') => $referenceID]);
29  $transport = parent::_prepareSpecificInformation($transport);
30 
31  return $transport;
32  }
33 }
__()
Definition: __.php:13
foreach( $_productCollection as $_product)() ?>" class $info
Definition: listing.phtml:52