X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2FgoogleNotify.php;h=1314f17c6192b2b26f06b9489a18ef5aa9fe54d3;hb=796eb9c7549a93f4ed0572c0ecc53db5e15d82ec;hp=c1da8a6e379de49487a5f5bb642787f677d9bc7a;hpb=5563fe43b44b754e6441841a5d92664470b20366;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);