Merge pull request #4143 from monishdeb/4.5
[civicrm-core.git] / extern / googleNotify.php
index c1da8a6e379de49487a5f5bb642787f677d9bc7a..1314f17c6192b2b26f06b9489a18ef5aa9fe54d3 100644 (file)
@@ -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);