You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the bug
I am exporting my account transactions into a CSV, and my only (which is also my all first) transaction I made using Apple Pay doesn't appear on the CSV file.
To Reproduce
Use the command dl_docs.
Expected behavior
The transactions should appear in the CSV.
all_events.json
The transactions does appear in the all_events.json file :
Liegt wahrscheinlich daran, dass der eventType: "PAYMENT_INBOUND_APPLE_PAY" hier fehlt: event.py.
Füg da mal folgendes hinzu und versuch es nochmal:
tr_event_type_mapping = {
# Deposits
"INCOMING_TRANSFER": PPEventType.DEPOSIT,
"INCOMING_TRANSFER_DELEGATION": PPEventType.DEPOSIT,
"PAYMENT_INBOUND": PPEventType.DEPOSIT,
"PAYMENT_INBOUND_GOOGLE_PAY": PPEventType.DEPOSIT, "PAYMENT_INBOUND_APPLE_PAY": PPEventType.DEPOSIT # das hier extra hinzufügen und alles andere lassen wies war
#... anderen eventTypes
"TRADE_INVOICE": ConditionalEventType.TRADE_INVOICE,
}
Description of the bug
I am exporting my account transactions into a CSV, and my only (which is also my all first) transaction I made using Apple Pay doesn't appear on the CSV file.
To Reproduce
Use the command
dl_docs
.Expected behavior
The transactions should appear in the CSV.
all_events.json
The transactions does appear in the all_events.json file :
Environment
0.3.1
The text was updated successfully, but these errors were encountered: