*/ class Form extends \Magento\Payment\Block\Form { /** * @var string */ protected $_template = 'Magento_Paypal::payflowlink/info.phtml'; /** * Get frame action URL * * @return string */ public function getFrameActionUrl() { return $this->getUrl('paypal/payflow/form', ['_secure' => true]); } }