Skip to content
Snippets Groups Projects
Commit b6a863fb authored by David Ormsbee's avatar David Ormsbee
Browse files

Make sure we use the name that was frozen at time of verification when sending to Software Secure.

parent 81df682f
No related merge requests found
......@@ -476,7 +476,7 @@ class SoftwareSecurePhotoVerification(PhotoVerification):
body = {
"EdX-ID": str(self.receipt_id),
"ExpectedName": self.user.profile.name,
"ExpectedName": self.name,
"PhotoID": self.image_url("photo_id"),
"PhotoIDKey": self.photo_id_key,
"SendResponseTo": callback_url,
......
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