예제 #1
0
 /**
  * Sets the API key to be used for requests.
  *
  * @param string $apiKey
  */
 public static function setMerchantToken($merchantToken)
 {
     self::$merchantToken = $merchantToken;
 }