CodeExplorer setActionId example
string
$shopId,
string
$actionId ) { $this->
setAction($action);
$this->
setAppVersion($appVersion);
$this->
setEntity($entity);
$this->
setIds($ids);
$this->
setShopUrl($shopUrl);
$this->
setTargetUrl($targetUrl);
$this->
setAppSecret($appSecret);
$this->
setShopId($shopId);
$this->
setActionId($actionId);
} public function getTargetUrl(): string
{ return $this->targetUrl;
} public function asPayload(): array
{ return [ 'source' =>
[