Skip to content

Commit b703458

Browse files
authored
Merge pull request #78 from BitBagCommerce/fix/webhook-validator
Removed WebhookData parameter
2 parents 05b89cb + 333b637 commit b703458

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Validator/WebhookValidator.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ public function validate(WebhookData $webhookData): array
5252
new NotBlank(),
5353
new Type(['type' => 'string']),
5454
],
55-
'status' => [
56-
new NotBlank(),
57-
new Type(['type' => 'string']),
58-
],
5955
'id' => [
6056
new NotBlank(),
6157
new Type(['type' => 'string']),

0 commit comments

Comments
 (0)