Skip to content

Instantly share code, notes, and snippets.

@pasindud
Created April 13, 2015 03:55
Show Gist options
  • Select an option

  • Save pasindud/da6d1870246e6387f4e6 to your computer and use it in GitHub Desktop.

Select an option

Save pasindud/da6d1870246e6387f4e6 to your computer and use it in GitHub Desktop.
Ideamart Subcription Notification
<?php
$notification = json_decode(file_get_contents('php://input'), true);
error_log($notification['status'],$notification['subscriberId']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment