Пример #1
0
 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()))