*/ namespace Adyen\Payment\Block\Info; class Pos extends AbstractInfo { /** * @var string */ protected $_template = 'Adyen_Payment::info/adyen_pos.phtml'; }