Example #1
0
 /**
  * Internal constructor
  * Set payment method code
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paypal/payflowadvanced/info.phtml');
 }
Example #2
0
 protected function _construct()
 {
     parent::_construct();
     // Set custom template
     $this->setTemplate('cls_paypal/paypal/payflow/info.phtml');
 }