26 protected $_template =
'Magento_Payment::info/default.phtml';
37 if (!
$info instanceof \
Magento\Payment\Model\InfoInterface) {
38 throw new \Magento\Framework\Exception\LocalizedException(
39 __(
'We cannot retrieve the payment info model object.')
52 return $this->
getInfo()->getMethodInstance();
61 $this->
setTemplate(
'Magento_Payment::info/pdf/default.phtml');
76 if (method_exists($child,
'toPdf') && is_callable([$child,
'toPdf'])) {
109 foreach (
$value as $_key => $_val) {
126 if ($this->hasIsSecureMode()) {
127 return (
bool)(int)$this->
_getData(
'is_secure_mode');
140 $methodStore = $this->_storeManager->getStore(
$store);
152 if (
null === $this->_paymentSpecificInformation) {
153 if (
null === $transport) {
154 $transport = new \Magento\Framework\DataObject();
155 }
elseif (is_array($transport)) {
156 $transport = new \Magento\Framework\DataObject($transport);
158 $this->_paymentSpecificInformation = $transport;
getData($key='', $index=null)
elseif(isset( $params[ 'redirect_parent']))
_prepareSpecificInformation($transport=null)
escapeHtml($data, $allowedTags=null)
$_paymentSpecificInformation
foreach( $_productCollection as $_product)() ?>" class $info
getValueAsArray($value, $escapeHtml=false)