1
0

payment request: show status with help button

This commit is contained in:
ThomasV
2014-06-05 17:40:58 +02:00
parent fd2228feab
commit 26d133c20a
4 changed files with 21 additions and 6 deletions

View File

@@ -184,7 +184,7 @@ class PaymentRequest:
self.memo = pay_det.memo
if CA_match:
print 'Signed By Trusted CA: ', CA_OU
self.status = 'Signed by Trusted CA:\n' + CA_OU
print "payment url", pay_det.payment_url
return True