Ejemplo n.º 1
0
 /**
  * Checks if the choosen payment is a RatePAY-payment
  *
  * @return boolean
  */
 public function isRatePAYPayment()
 {
     return in_array($this->_payment->getName(), array("rpayratepayinvoice", "rpayratepayrate", "rpayratepaydebit"));
 }