Skip to content
Snippets Groups Projects
Unverified Commit 21105898 authored by Waheed Ahmed's avatar Waheed Ahmed Committed by GitHub
Browse files

Revert "Remove todo"

parent f1421a62
Branches
Tags
No related merge requests found
......@@ -111,6 +111,7 @@ def send_request_to_ss_for_user(self, user_verification_id, copy_id_photo_from):
Returns:
request.Response
"""
log.info('=>New Verification Task Received') # todo -- remove before merge.
user_verification = SoftwareSecurePhotoVerification.objects.get(id=user_verification_id)
try:
headers, body = user_verification.create_request(copy_id_photo_from)
......
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