From 53ba4d82ef401c47553a55ed941af2f0c4273bc9 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sat, 6 Apr 2019 11:29:52 +0200 Subject: Also properly match the recurring unknown payments --- postgresqleu/paypal/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresqleu/paypal/util.py') 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'] -- cgit v1.2.3