From c43a4353705232d745f59196aa1fcd01b39bfdc9 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Thu, 14 Jun 2018 09:53:00 -0400 Subject: [PATCH] Added more information to checkout store failure report. --- models/front/registrations/checkoutProcess.php | 1 + 1 file changed, 1 insertion(+) diff --git a/models/front/registrations/checkoutProcess.php b/models/front/registrations/checkoutProcess.php index 8b51c2c..0f1fff4 100644 --- a/models/front/registrations/checkoutProcess.php +++ b/models/front/registrations/checkoutProcess.php @@ -696,6 +696,7 @@ class GlmMembersFront_registrations_checkoutProcess extends GlmRegCartSupport // Check if not properly stored ..... Send E-Mail to developers if ($updated != 1) { + $reqData['query_result'] = print_r($updated,1); $reqData['user_trace_info'] = unserialize($reqData['user_trace_info']); $reqData['REQUEST'] = $_REQUEST; $reqData['REQUEST']['cc_numb'] = '(suppressed)'; -- 2.17.1