server didn't realize "payment" was a valid state!

This commit is contained in:
Seth Schoen 2012-11-17 00:50:22 -08:00
parent 9c30f984b9
commit ab2bb1d6d7

View file

@ -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)