Example #1
0
 /**
  * Set url for call after applying changes
  *
  * @param string|null $callbackUrl
  * @throws SoapApiException
  */
 public function callback($callbackUrl = null)
 {
     $result = new SoapRequestResult($this->soapClient->callback($callbackUrl));
     $this->checkRequestResultSuccess($result);
 }