예제 #1
0
파일: Base.php 프로젝트: helenseo/pay
 /**
  * @param string $proApiKey API key used for Pro authentication
  */
 public static function setProApiKey($proApiKey)
 {
     self::$proApiKey = $proApiKey;
 }