Is not a valid signature validator class #159
bartclaeys
started this conversation in
General
Replies: 1 comment 1 reply
-
I was getting this error, and found that the issue was my class WebhookSignatureValidator was in a file SignatureValidator.php. Once I changed the filename to WebhookSignatureValidator.php everything worked fine. shrug |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to implement the following interface:
This implementation results in the below error:
Error:
I've already spent 4 hours on this and about to give up and remove the package. What might be the case is that the interface is already implemented (in file DefaultSignatureValidator.php of the package) and cannot be implemented twice. But that's a wild guess.
Beta Was this translation helpful? Give feedback.
All reactions