예제 #1
0
 /**
  * Returns the list of activated gateways
  * 
  * @return array
  */
 public function getActiveGatewaysList($forMobile = false)
 {
     return $this->billingGatewayDao->getActiveList($forMobile);
 }
예제 #2
0
 /**
  * Returns the list of activated gateways
  * 
  * @return array
  */
 public function getActiveGatewaysList()
 {
     return $this->billingGatewayDao->getActiveList();
 }