Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-paypal/Block/Adminhtml/Billing/Agreement/View/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-paypal/Block/Adminhtml/Billing/Agreement/View/Form.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Paypal\Block\Adminhtml\Billing\Agreement\View;

/**
 * Adminhtml billing agreement view plane
 */
class Form extends \Magento\Backend\Block\Template
{
    /**
     * @var string
     */
    protected $_template = 'Magento_Paypal::billing/agreement/view/form.phtml';
}