diff --git a/postgresqleu/paypal/util.py b/postgresqleu/paypal/util.py index 452a0ea5a..8d28774b4 100644 --- a/postgresqleu/paypal/util.py +++ b/postgresqleu/paypal/util.py @@ -99,7 +99,7 @@ def get_transaction_list(self, startdate): # General hold and release of general hold. Ignore those. continue - if code == 'T0400': + if code in ('T0400', 'T0403'): # General withdrawal, doesn't have normal details r['EMAIL'] = self.pm.config('email') r['NAME'] = self.pm.config('email')