*/ class Mage_Paypal_Block_Payflow_Link_Form extends Mage_Payment_Block_Form { /** * Internal constructor * Set payment method code * */ protected function _construct() { parent::_construct(); $this->setTemplate('paypal/payflowlink/info.phtml'); } /** * Get frame action URL * * @return string */ public function getFrameActionUrl() { return $this->getUrl('paypal/payflow/form', array('_secure' => true)); } }