mirror of
https://github.com/certbot/certbot.git
synced 2026-07-26 15:48:52 +02:00
server didn't realize "payment" was a valid state!
This commit is contained in:
@@ -354,7 +354,7 @@ class session(object):
|
||||
# currently not represented that way in the session database.
|
||||
# TODO: consider session expiry and frequency limits when in this state
|
||||
self.send_payment_request(m, r)
|
||||
pass
|
||||
return
|
||||
# If we're in done, tell the client about the successfully issued cert.
|
||||
if state == "done":
|
||||
self.send_cert(m, r)
|
||||
|
||||
Reference in New Issue
Block a user