From 06a98b06d2cc444c282b4c98e178e183cfffa1ef Mon Sep 17 00:00:00 2001 From: Ravi Chamakuri Date: Thu, 27 Feb 2025 14:52:28 -0500 Subject: [PATCH] Pushing changes to enable validations again --- app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views.py b/app/views.py index 02163a4..986e052 100644 --- a/app/views.py +++ b/app/views.py @@ -332,7 +332,7 @@ def _process_support_request(form_elements_dict, service_host, version): # name='SDS RC', # email='SDS_RC@virginia.edu', # ) - #response = validationForBillingInfo(form_elements_dict) + response = validationForBillingInfo(form_elements_dict) if (name is not None and name != '' and email is not None and email != ''): try: