From 4bc66dd54f9e0802a678f5ddafb8d87cc4e69026 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 3 Jul 2018 10:45:30 -0400 Subject: [PATCH] Added reported info to checkout storage failure report and fixed state not being required at checkout. --- models/front/registrations/checkoutProcess.php | 3 ++- views/front/registrations/checkout.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/models/front/registrations/checkoutProcess.php b/models/front/registrations/checkoutProcess.php index 22995bc..c7824b3 100644 --- a/models/front/registrations/checkoutProcess.php +++ b/models/front/registrations/checkoutProcess.php @@ -746,7 +746,8 @@ class GlmMembersFront_registrations_checkoutProcess extends GlmRegCartSupport 'query_result' => print_r($updated,1), 'user_trace_info' => unserialize($reqData['user_trace_info']), '$_REQUEST' => $_REQUEST, - 'submittedData' => $reqData + 'submittedData' => $reqData, + 'submitFormat' => $reqFormat ); $requestText = print_r($err,1); diff --git a/views/front/registrations/checkout.html b/views/front/registrations/checkout.html index c4af6f2..468e98d 100644 --- a/views/front/registrations/checkout.html +++ b/views/front/registrations/checkout.html @@ -99,7 +99,7 @@ {$regAccount.fieldRequired.bill_state = true}
State{if $regAccount.fieldRequired.bill_state} *{/if}
- {foreach $regAccount.fieldData.bill_state.list as $s}