Commit b6a863fb by David Ormsbee

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

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