[minor] do not submit after accpeting payment

This commit is contained in:
Rushabh Mehta 2016-10-05 19:20:37 +05:30
parent a47652624a
commit 4dacaa103c

View File

@ -30,4 +30,3 @@ class StudentApplicant(Document):
def on_payment_authorized(self, *args, **kwargs):
self.db_set('paid', 1)
self.submit()