| Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/magento/module-paypal/Block/Hosted/Pro/ |
| Current File : /var/www/magento.test.indacotrentino.com/www/vendor/magento/module-paypal/Block/Hosted/Pro/Info.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/**
* Hosted Pro link infoblock
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Paypal\Block\Hosted\Pro;
class Info extends \Magento\Paypal\Block\Payment\Info
{
/**
* Don't show CC type
*
* @return false
*/
public function getCcTypeName()
{
return false;
}
}