1
0

show color if payment request has expired

This commit is contained in:
ThomasV
2014-06-13 16:39:07 +02:00
parent 36cee62849
commit 38e7d8ebe5
3 changed files with 14 additions and 6 deletions

View File

@@ -251,10 +251,6 @@ class PaymentRequest:
self.payment_url = self.details.payment_url
if self.has_expired():
self.error = "ERROR: Payment Request has Expired."
return False
return True
def has_expired(self):