Exemplo n.º 1
0
 def cancel(self):
     Payment.cancel(self.payment_id,str(uuid.uuid4()))
Exemplo n.º 2
0
 def cancel(self):
     self.status = None
     self.save()
     return Payment.cancel(self.payment_id, str(uuid.uuid4()))