Skip to content

Commit

Permalink
Version 3.17.1: removing duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
ebanolopes committed Sep 22, 2017
1 parent 398546c commit 8010f49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public function apiAction()
$request = $this->getRawPost();
$hash = $this->getHeader('X-SIGNIFYD-SEC-HMAC-SHA256');
$topic = $this->getHeader('X-SIGNIFYD-TOPIC');
$topic = $this->getHeader('X-SIGNIFYD-TOPIC');

$this->logger->addLog('API request: ' . $request);
$this->logger->addLog('API request hash: ' . $hash);
Expand Down

0 comments on commit 8010f49

Please sign in to comment.