コード例 #1
0
 /**
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bitpay/iframe.phtml');
 }
コード例 #2
0
 protected function _construct()
 {
     parent::_construct();
 }
コード例 #3
0
ファイル: Payment.php プロジェクト: nilshopsahl/hasla.local
 protected function _construct()
 {
     $this->getCheckout()->setStepData('payment', array('label' => $this->__('Payment Information'), 'is_show' => $this->isShow()));
     parent::_construct();
 }
コード例 #4
0
 protected function _construct()
 {
     $this->setTemplate('bitcoins/iframe.phtml');
     parent::_construct();
 }