From: Chuck Scott Date: Thu, 14 Jun 2018 13:53:00 +0000 (-0400) Subject: Added more information to checkout store failure report. X-Git-Tag: v1.0.1^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c43a4353705232d745f59196aa1fcd01b39bfdc9;p=WP-Plugins%2Fglm-member-db-registrations.git Added more information to checkout store failure report. --- 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)';