[UPD] account_bank_statement_import_online_paypal: new paypal event_code, T0403

This commit is contained in:
ntsirintanis
2023-12-14 16:13:00 +01:00
parent f37fba0c31
commit 12f7365db2

View File

@@ -64,6 +64,9 @@ EVENT_DESCRIPTIONS = {
"T0303": _("Electronic funds transfer (EFT)"), "T0303": _("Electronic funds transfer (EFT)"),
"T0400": _("General withdrawal from PayPal account"), "T0400": _("General withdrawal from PayPal account"),
"T0401": _("AutoSweep"), "T0401": _("AutoSweep"),
"T0403": _(
"Withdrawals initiated by user manually. Not related to automated scheduled withdrawals"
),
"T0500": _("General PayPal debit card transaction"), "T0500": _("General PayPal debit card transaction"),
"T0501": _("Virtual PayPal debit card transaction"), "T0501": _("Virtual PayPal debit card transaction"),
"T0502": _("PayPal debit card withdrawal to ATM"), "T0502": _("PayPal debit card withdrawal to ATM"),