Searched refs:webhookData (Results 1 – 1 of 1) sorted by relevance
33 $webhookData = json_decode($json, true);35 $verificationResult = $this->verifyRequest($webhookData);41 $ok = $this->handleWebhookPayload($webhookData, $json);52 * @param array $webhookData57 protected function verifyRequest(array $webhookData) argument66 if (empty($webhookData['secret'])) {70 if ($webhookData['secret'] !== $storedSecret) {78 * @param array $webhookData83 protected function handleWebhookPayload(array $webhookData, $json) argument85 $lookupData = $this->extractDataFromPayload($webhookData);