Exemplo n.º 1
0
 /**
  * Creates the payment means
  *
  * @throws Exception
  */
 private function _createPayments()
 {
     $this->_bootstrap->createPayment(array('name' => 'sofortbanking', 'description' => 'SOFORT Überweisung / SOFORT Banking', 'action' => 'payment_sofortbanking', 'active' => 0, 'template' => 'sofortbanking.tpl', 'additionalDescription' => ''));
     $this->_bootstrap->createPayment(array('name' => 'sofortideal', 'description' => 'iDEAL', 'action' => 'payment_ideal', 'active' => 0, 'template' => 'sofortideal.tpl', 'additionalDescription' => ''));
 }