mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:54:59 +02:00
actually the URL in a payment challenge is element #0 of the data (which is a list)
This commit is contained in:
@@ -293,7 +293,7 @@ def challenge_factory(r, req_filepath, key_filepath, config):
|
||||
dn.append(chall.name)
|
||||
|
||||
if chall.type == r.Payment:
|
||||
url = chall.data
|
||||
url = chall.data[0]
|
||||
challenges.append(Payment_Challenge(url))
|
||||
|
||||
#if chall.type == r.Interactive:
|
||||
|
||||
Reference in New Issue
Block a user