Skip to content

Commit

Permalink
Postmark: Replace Mandrill doc reference with Postmark doc reference.
Browse files Browse the repository at this point in the history
See #68.
  • Loading branch information
r-a-y committed Feb 26, 2016
1 parent e26b0d4 commit 8750c3f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @since 1.0-RC4
*
* @see http://help.mandrill.com/entries/22092308-What-is-the-format-of-inbound-email-webhooks-
* @see http://developer.postmarkapp.com/developer-process-parse.html
*/
class BP_Reply_By_Email_Inbound_Provider_Postmark extends BP_Reply_By_Email_Inbound_Provider {
/**
Expand All @@ -34,10 +34,8 @@ public function webhook_parser() {
return;
}

// Should do more checks before parsing...
bp_rbe_log( '- Postmark webhook received -' );


$response = file_get_contents( 'php://input' );
if ( empty( $response ) ) {
bp_rbe_log( '- Postmark webhook response failed -' );
Expand Down

0 comments on commit 8750c3f

Please sign in to comment.