From 333b63714172a4092131fd182832b85fa40c5555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kali=C5=84ski?= Date: Thu, 3 Jul 2025 10:23:02 +0200 Subject: [PATCH] Removed WebhookData parameter --- src/Validator/WebhookValidator.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Validator/WebhookValidator.php b/src/Validator/WebhookValidator.php index b39fd2b..25e8b2a 100644 --- a/src/Validator/WebhookValidator.php +++ b/src/Validator/WebhookValidator.php @@ -52,10 +52,6 @@ public function validate(WebhookData $webhookData): array new NotBlank(), new Type(['type' => 'string']), ], - 'status' => [ - new NotBlank(), - new Type(['type' => 'string']), - ], 'id' => [ new NotBlank(), new Type(['type' => 'string']),