示例#1
0
 /**
  * @param string $apiEndPoint the endpoint can be the string 'stage' or 'live',
  *                            then the default endpoints will be used or
  *                            an absolute url
  */
 public function setApiEndpoint($apiEndPoint)
 {
     $this->client->setApiEndpoint($apiEndPoint);
 }