*/ class Mage_Paypal_Block_Hosted_Pro_Form extends Mage_Payment_Block_Form { /** * Internal constructor * Set info template for payment step * */ protected function _construct() { parent::_construct(); $this->setTemplate('paypal/hss/info.phtml'); } }