membershipworks: Update Transaction.for_what csv field name

This commit is contained in:
Adam Goldsmith 2024-01-05 14:58:37 -05:00
parent 8e4353c925
commit 34821e1c58

View File

@ -329,7 +329,7 @@ class Transaction(BaseModel):
"event_id": "eid", "event_id": "eid",
"timestamp": "_dp", "timestamp": "_dp",
"type": "Transaction Type", "type": "Transaction Type",
"for_what": "Event/Form Name", "for_what": "Reference",
} }
_date_fields = { _date_fields = {
"_dp": None, "_dp": None,