We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b835b0b commit b717158Copy full SHA for b717158
src/Message/DirectPostWebhookRequest.php
@@ -32,7 +32,7 @@ public function vefiyFingerPrint($fingerprint)
32
$data = $this->data;
33
34
if ($fingerprint !== $this->generateResponseFingerprint($data)) {
35
- $data['restext'] = $data['restext'] . ', Invalid fingerprint.';
+ $data['restext'] = $data['restext'].', Invalid fingerprint.';
36
$data['summarycode'] = 3;
37
}
38
@@ -44,5 +44,7 @@ public function getData()
44
return $this->data;
45
46
47
- public function sendData($data){}
+ public function sendData($data)
48
+ {
49
+ }
50
0 commit comments