コード例 #1
0
ファイル: Payments.php プロジェクト: jkinner/ringside
 public static function createGateway($type, $subject, $password)
 {
     return Api_Dao_Payments::createGateway($type, $subject, $password);
 }