From b27ebaf70afd99d4b5bb7d0077c7718c9aa71377 Mon Sep 17 00:00:00 2001 From: ntsirintanis Date: Thu, 14 Dec 2023 16:26:52 +0100 Subject: [PATCH] [UPD] account_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_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py b/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py index b48b3991ca..cd6f093430 100644 --- a/account_statement_import_online_paypal/models/online_bank_statement_provider_paypal.py +++ b/account_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"),