def cancel(self): Payment.cancel(self.payment_id,str(uuid.uuid4()))
def cancel(self): self.status = None self.save() return Payment.cancel(self.payment_id, str(uuid.uuid4()))