summaryrefslogtreecommitdiff
path: root/postgresqleu/paypal/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'postgresqleu/paypal/util.py')
-rw-r--r--postgresqleu/paypal/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresqleu/paypal/util.py b/postgresqleu/paypal/util.py
index 02321c52..67a6a217 100644
--- a/postgresqleu/paypal/util.py
+++ b/postgresqleu/paypal/util.py
@@ -125,7 +125,7 @@ class PaypalAPI(object):
else:
r['SUBJECT'] = 'Paypal payment with empty note'
elif code == 'T0002':
- r['SUBJECT'] = 'Paypal recurring payment, unknown source'
+ r['SUBJECT'] = 'Recurring paypal payment without note'
elif code == 'T1107':
if t['transaction_info'].get('transaction_subject', ''):
r['SUBJECT'] = 'Refund of Paypal payment: %s' % t['transaction_info']['transaction_subject']