<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Adyen\Payment\Block\Info;
class Cc extends \Magento\Payment\Block\Info
{
/**
* @var string
*/
protected $_template = 'Adyen_Payment::info/adyen_cc.phtml';
/**
* @return string
*/
// public function toPdf()
// {
// $this->setTemplate('Magento_OfflinePayments::info/pdf/checkmo.phtml');
// return $this->toHtml();
// }
}
-
rikterbeek authored
added info blocks for HPP and Cc, fix title for adyen cc in frontend, added support for 3D secure creditcard payments, fixes some notifications handler, pspreference set on additionalData by notification so info blocks can show link to pspreference on adyen side
2b02743e