From 65a8e8a24b1d2ca6ded6639de1d3a488a15f2fdf Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 24 Jan 2017 15:22:48 -0500 Subject: [PATCH] removing test echo statements and no longer setting the session array to captcha did not verify if it is successful --- includes/payment-display.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/payment-display.php b/includes/payment-display.php index 08f32b2..b98772f 100755 --- a/includes/payment-display.php +++ b/includes/payment-display.php @@ -8,8 +8,6 @@ * */ global $wpdb; -echo $_REQUEST['first_name']; -$out1 = ob_get_contents(); if(isset($_REQUEST['action'])) { if($_REQUEST['action']=='submitpayment') @@ -40,8 +38,6 @@ if(isset($_REQUEST['action'])) header("Location:".site_url().$_SERVER['REQUEST_URI']); exit; } else { - - $_SESSION['payment_msg'] = 'Captcha did not verify!'; foreach($_SESSION as $key => $val){ if ($key !== 'payment_msg'){ unset($_SESSION[$key]); -- 2.17.1