X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2FgoogleNotify.php;h=1314f17c6192b2b26f06b9489a18ef5aa9fe54d3;hb=11cac30623014cf41c8e9b0e707ad199a486f445;hp=c1da8a6e379de49487a5f5bb642787f677d9bc7a;hpb=00ca8648aca9637f2678082ce09f98772533a8cc;p=civicrm-core.git diff --git a/extern/googleNotify.php b/extern/googleNotify.php index c1da8a6e37..1314f17c61 100644 --- a/extern/googleNotify.php +++ b/extern/googleNotify.php @@ -36,6 +36,8 @@ session_start(); require_once '../civicrm.config.php'; $config = CRM_Core_Config::singleton(); +$log = new CRM_Utils_SystemLogger(); +$log->alert('payment_notification processor_name=Google_Checkout', $_REQUEST); $rawPostData = file_get_contents('php://input'); CRM_Core_Payment_GoogleIPN::main($rawPostData);