コード例 #1
0
ファイル: GatewayFactory.php プロジェクト: eamador/Payum
 /**
  * {@inheritDoc}
  */
 public function create(array $config = array())
 {
     return $this->coreGatewayFactory->create($this->createConfig($config));
 }