We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05b89cb + 333b637 commit b703458Copy full SHA for b703458
1 file changed
src/Validator/WebhookValidator.php
@@ -52,10 +52,6 @@ public function validate(WebhookData $webhookData): array
52
new NotBlank(),
53
new Type(['type' => 'string']),
54
],
55
- 'status' => [
56
- new NotBlank(),
57
- new Type(['type' => 'string']),
58
- ],
59
'id' => [
60
61
0 commit comments