Commit a7cb28fc by David Ormsbee

Merge pull request #949 from edx/ormsbee/force_save_on_photo_id_upload

Force save of photo_id_key on upload
parents dbf088ae e3895b78
......@@ -410,6 +410,7 @@ class SoftwareSecurePhotoVerification(PhotoVerification):
# Update our record fields
self.photo_id_key = rsa_encrypted_aes_key.encode('base64')
self.save()
@status_before_must_be("must_retry", "ready", "submitted")
def submit(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment