Skip to content

Commit

Permalink
Fix field name
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Sep 18, 2023
1 parent 8234bbe commit 075404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def get_export_data(cls):
"tables": ["payment", "payment_version"],
}

count_attrs = ["state", "reminder_sent", "currency"]
count_attrs = ["state", "reminder_sent_at", "currency"]
data["public"]["payments"]["counts"].update(
export_attr_counts(cls, count_attrs)
)
Expand Down

0 comments on commit 075404e

Please sign in to comment.