Created
April 13, 2015 03:55
-
-
Save pasindud/da6d1870246e6387f4e6 to your computer and use it in GitHub Desktop.
Ideamart Subcription Notification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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