for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Getloy\GetloyMagentoGateway\Block;
use Magento\Framework\Phrase;
use Magento\Payment\Block\ConfigurableInfo;
class Info extends ConfigurableInfo
{
* Returns label
*
* @param string $field
* @return Phrase
protected function getLabel($field)
return __($field);
}