コード例 #1
0
ファイル: Client.php プロジェクト: payeezy/payeezy-php
 /**
  * Sets the API key to be used for requests.
  *
  * @param string $apiKey
  */
 public static function setApiSecret($apiSecret)
 {
     self::$apiSecret = $apiSecret;
 }