Beispiel #1
0
 /**
  * Set bank
  */
 public function bank()
 {
     $this->_paymentRequest->setBankName(htmlentities($this->_data['bank_name']));
 }