From 12f7365db23846a26f9de9a973f066e978556fbf Mon Sep 17 00:00:00 2001 From: ntsirintanis Date: Thu, 14 Dec 2023 16:13:00 +0100 Subject: [PATCH] [UPD] account_bank_statement_import_online_paypal: new paypal event_code, T0403 --- .../models/online_bank_statement_provider_paypal.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py b/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py index 892c8e1cd..a0d544821 100644 --- a/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py +++ b/account_bank_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py @@ -64,6 +64,9 @@ "T0303": _("Electronic funds transfer (EFT)"), "T0400": _("General withdrawal from PayPal account"), "T0401": _("AutoSweep"), + "T0403": _( + "Withdrawals initiated by user manually. Not related to automated scheduled withdrawals" + ), "T0500": _("General PayPal debit card transaction"), "T0501": _("Virtual PayPal debit card transaction"), "T0502": _("PayPal debit card withdrawal to ATM"),