From ddb8352fcf7af9dd13760844acae3c962829e116 Mon Sep 17 00:00:00 2001 From: James Kasten Date: Sun, 18 Nov 2012 23:37:01 -0500 Subject: [PATCH] Hard-coded reason into payment challenge - this should be sent by the server 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 0b5bed5bc..97bbfdcc3 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, "Top 10k Alexa Domain")) + challenges.append(Payment_Challenge(url, "Alexa Top 10k Domain")) #if chall.type == r.Interactive: # message = chall.data