| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-paypal/Block/Payflow/Advanced/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-paypal/Block/Payflow/Advanced/Form.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Paypal\Block\Payflow\Advanced;
/**
* Payflow Advanced iframe block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Form extends \Magento\Paypal\Block\Payflow\Link\Form
{
/**
* @var string
*/
protected $_template = 'Magento_Paypal::payflowadvanced/info.phtml';
/**
* Get frame action URL
*
* @return string
*/
public function getFrameActionUrl()
{
return $this->getUrl('paypal/payflowadvanced/form', ['_secure' => true]);
}
}