Skip to content

Commit 06a98b0

Browse files
committed
Pushing changes to enable validations again
1 parent d680e23 commit 06a98b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def _process_support_request(form_elements_dict, service_host, version):
332332
# name='SDS RC',
333333
# email='SDS_RC@virginia.edu',
334334
# )
335-
#response = validationForBillingInfo(form_elements_dict)
335+
response = validationForBillingInfo(form_elements_dict)
336336

337337
if (name is not None and name != '' and email is not None and email != ''):
338338
try:

0 commit comments

Comments
 (0)