| Current Path : /var/www/clients/client3/web2/web/vendor/paypal/module-braintree-core/Model/ApplePay/ |
| Current File : /var/www/clients/client3/web2/web/vendor/paypal/module-braintree-core/Model/ApplePay/Config.php |
<?php
namespace PayPal\Braintree\Model\ApplePay;
class Config extends \Magento\Payment\Gateway\Config\Config
{
/**
* Get merchant name to display
*
* @return string
*/
public function getMerchantName(): string
{
return $this->getValue('merchant_name');
}
}