Skip to content

Commit

Permalink
Make MailgunApiService working (#8)
Browse files Browse the repository at this point in the history
* Update Mailgun events to actual API
* Fix data field for Mailgun
  • Loading branch information
jbfewo authored and ScullWM committed Jul 19, 2018
1 parent c4e5c5a commit 4a0eb22
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 4a0eb22

Please sign in to comment.