Skip to content

Commit

Permalink
Merge d86483d into c4e5c5a
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfewo committed Jul 19, 2018
2 parents c4e5c5a + d86483d commit 6f3b4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApiService/MailgunApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public function bind()
{
$metaData = json_decode($this->request->getContent(), true);

return array($this->bindHook($metaData));
return array($this->bindHook($metaData['event-data']));
}
}

0 comments on commit 6f3b4ab

Please sign in to comment.