[guadec-web] Changes to IPN: trial 6



commit 0e3e856f0c80a583ffba58e5f34af11345cd7b6f
Author: Saumya Dwivedi <saumya zero gmail com>
Date:   Mon Jul 7 18:28:57 2014 +0530

    Changes to IPN: trial 6

 guadec/ipn.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/guadec/ipn.php b/guadec/ipn.php
index 73a3faf..e583f3d 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]