mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
server didn't realize "payment" was a valid state!
This commit is contained in:
parent
9c30f984b9
commit
ab2bb1d6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue