*/ class Mage_GoogleCheckout_Block_Form extends Mage_Payment_Block_Form { /** * Varien constructor */ protected function _construct() { $this->setTemplate('googlecheckout/form.phtml'); parent::_construct(); } }