Added more information to checkout store failure report.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 14 Jun 2018 13:53:00 +0000 (09:53 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 14 Jun 2018 13:53:00 +0000 (09:53 -0400)
models/front/registrations/checkoutProcess.php

index 8b51c2c..0f1fff4 100644 (file)
@@ -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)';