Ejemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function getGateways()
 {
     return $this->registry->getGateways();
 }
 /**
  * @return GatewayInterface[]
  */
 private function getRegisteredGateways()
 {
     return $this->payumRegistry->getGateways();
 }