[guadec-web] Changes to IPN: trial 5



commit 194271a9264059aff988a41564aab6ceff705059
Author: Saumya Dwivedi <saumya zero gmail com>
Date:   Mon Jul 7 17:57:14 2014 +0530

    Changes to IPN: trial 5

 guadec/ipn.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/guadec/ipn.php b/guadec/ipn.php
index e583f3d..73a3faf 100755
--- a/guadec/ipn.php
+++ b/guadec/ipn.php
@@ -35,7 +35,7 @@ try {
 if ($verified) {
     // : Implement additional fraud checks and MySQL storage
  error_log("verified!\n");   
-   
+/*   
     $errmsg = '';   // stores errors from fraud checks
     
     $customInfo = $_POST['custom']; // access custom information
@@ -120,7 +120,7 @@ if ($verified) {
         mail($_POST['receiver_email'], 'Registration Successful', $body, $headers);
         mail($_POST['payer_email'], 'Registration Successful', $body, $headers);
     
-    }
+    }*/
 } 
 else {
     // manually investigate the invalid IPN


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]