예제 #1
0
파일: models.py 프로젝트: Woppilif/flat2020
 def cancel(self):
     Payment.cancel(self.payment_id,str(uuid.uuid4()))
예제 #2
0
 def cancel(self):
     self.status = None
     self.save()
     return Payment.cancel(self.payment_id, str(uuid.uuid4()))