Skip to content

Commit

Permalink
Update event.py to take TR's "INCOMING_TRANSFER" event into account. (#…
Browse files Browse the repository at this point in the history
…111)

Adds "INCOMING_TRANSFER" tr event type as a "DEPOSIT" pp type (presumably new event type introduced with TR's latest IBAN change)

Co-authored-by: Jens Humrich <[email protected]>
  • Loading branch information
pinzutu and Katzmann1983 authored Sep 3, 2024
1 parent 4aa7cbd commit 8de209d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytr/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ORDER_EXECUTED": "TRADE_INVOICE",
"PAYMENT_INBOUND": "DEPOSIT",
"PAYMENT_INBOUND_SEPA_DIRECT_DEBIT": "DEPOSIT",
"INCOMING_TRANSFER": "DEPOSIT",
"PAYMENT_INBOUND_GOOGLE_PAY": "DEPOSIT",
"PAYMENT_OUTBOUND": "REMOVAL",
"INTEREST_PAYOUT_CREATED": "INTEREST",
Expand Down

0 comments on commit 8de209d

Please sign in to comment.