mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
debug
This commit is contained in:
@@ -59,7 +59,12 @@ class Webhooks extends Action
|
||||
if (empty($payload)) {
|
||||
throw new Exception('Missing payload');
|
||||
}
|
||||
var_dump($project);
|
||||
var_dump([
|
||||
'id' => $project->getId(),
|
||||
'webhooks' => $project->getAttribute('webhooks'),
|
||||
'region' => $project->getAttribute('region'),
|
||||
]
|
||||
);
|
||||
|
||||
$events = $payload['events'];
|
||||
$webhookPayload = json_encode($payload['payload']);
|
||||
|
||||
Reference in New Issue
Block a user