From 4a4b6e1acb6a65efa0f5cc4ceb7dfa83071199cd Mon Sep 17 00:00:00 2001 From: James Kasten Date: Sun, 18 Nov 2012 23:28:01 -0500 Subject: [PATCH] Hard coded AlTop 10k Alexa Domain into payment challenge - server should send region in the future --- trustify/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustify/client/client.py b/trustify/client/client.py index 782aac1f8..59361d3ed 100644 --- a/trustify/client/client.py +++ b/trustify/client/client.py @@ -296,7 +296,7 @@ def challenge_factory(r, req_filepath, key_filepath, config): if chall.type == r.Payment: url = chall.data[0] - challenges.append(Payment_Challenge(url)) + challenges.append(Payment_Challenge(url, "Top 10k Alexa Domain")) #if chall.type == r.Interactive: # message = chall.data