From d8a693fb16e9b160539fb28ca06a7efac71e775c Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Mon, 26 Aug 2013 16:01:08 -0400 Subject: [PATCH] Fix to make the submission from verified to payment go through again. --- .../verify_student/photo_verification.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/lms/templates/verify_student/photo_verification.html b/lms/templates/verify_student/photo_verification.html index 39507fd1f8..8346b05917 100644 --- a/lms/templates/verify_student/photo_verification.html +++ b/lms/templates/verify_student/photo_verification.html @@ -147,11 +147,11 @@ $("#pay_button").click(submitToPaymentProcessing); $("#confirm_pics_good").click(function() { if (this.checked) { - $("#pay_button").removeClass('disabled'); + $("#pay_button_frame").removeClass('disabled'); } }); - $("#pay_button").addClass('disabled'); + $("#pay_button_frame").addClass('disabled'); initPhotoBlocks(); initVideoCapture(); @@ -384,11 +384,19 @@

Photos don't meet the requirements? Retake the photos.

- +
+ + -

Go to Step 4: Secure Payment

-

Once you verify your details match the requirements, you can move on to step 4, payment on our secure server.

+ + +

+ +

+
+

Once you verify your details match the requirements, you can move on to step 4, payment on our secure server.

+