Beispiel #1
0
 /**
  * Finds gateway by gateway key
  * 
  * @param string $gatewayKey
  * @return BOL_BillingGateway
  */
 public function findGatewayByKey($gatewayKey)
 {
     return $this->billingGatewayDao->findByKey($gatewayKey);
 }