[minor] do not submit after accpeting payment
This commit is contained in:
parent
a47652624a
commit
4dacaa103c
@ -30,4 +30,3 @@ class StudentApplicant(Document):
|
||||
|
||||
def on_payment_authorized(self, *args, **kwargs):
|
||||
self.db_set('paid', 1)
|
||||
self.submit()
|
Loading…
Reference in New Issue
Block a user