1
0

verify if pr has expired

This commit is contained in:
ThomasV
2014-06-12 15:47:48 +02:00
parent 503fd99cdb
commit 6631ab9406
2 changed files with 8 additions and 5 deletions

View File

@@ -259,9 +259,9 @@ class PaymentRequest:
self.payment_url = self.details.payment_url
#if self.has_expired():
# self.error = "ERROR: Payment Request has Expired."
# return False
if self.has_expired():
self.error = "ERROR: Payment Request has Expired."
return False
return True