Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/paypal/module-braintree-core/Model/ApplePay/
Upload File :
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');
    }
}