コード例 #1
0
 /**
  * Construct
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setPaymillCcLogos();
     if (Mage::helper('paymill/optionHelper')->getPci() === 'SAQ A-EP') {
         $this->setTemplate('paymill/payment/form/creditcard.phtml');
     } else {
         $this->setTemplate('paymill/payment/form/creditcard_form.phtml');
     }
 }
コード例 #2
0
 /**
  * Construct
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paymill/payment/form/directdebit.phtml');
 }