Esempio n. 1
0
 public function getWebhookCall(Webhook $webhook, $webhookCallId)
 {
     $command = $this->getCommand('GetWebhook', array('webhookId' => $webhook->getId(), 'webhookCallId' => $webhookCallId));
     return $this->execute($command);
 }