Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-paypal/Block/Payflow/Bml/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magento/module-paypal/Block/Payflow/Bml/Form.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

namespace Magento\Paypal\Block\Payflow\Bml;

use Magento\Paypal\Model\Config;

/**
 * @todo methodCode should be set in constructor, than this form should be eliminated
 *
 */
class Form extends \Magento\Paypal\Block\Bml\Form
{
    /**
     * Payment method code
     * @var string
     */
    protected $_methodCode = Config::METHOD_WPP_PE_BML;
}