Skip to content

Commit

Permalink
Issue sentier-dev#129: Some comments for the existing code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lilliputten committed Apr 6, 2024
1 parent 362fb14 commit 53915bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dds_registration/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ class Payment(Model):
("INVOICE", "Bank Transfer (Invoice)"),
# ("WISE", "Wise"), # Not yet implemented
]
# # I'd suggest using this, at least (or smth similar):
# METHOD_LABELS = dict(METHODS)
METHOD_LABELS = {
"STRIPE": "Credit Card via Stripe",
"INVOICE": "Bank Transfer"
Expand Down

0 comments on commit 53915bd

Please sign in to comment.