Skip to content
Snippets Groups Projects
Commit 33281752 authored by Gary O'Donovan's avatar Gary O'Donovan
Browse files

Update file models.py

parent 13136971
1 merge request!15Update file models.py
...@@ -124,7 +124,7 @@ PAYMENT_METHODS = [ ...@@ -124,7 +124,7 @@ PAYMENT_METHODS = [
('card', 'Tap-n-Go via Square (in person)'), ('card', 'Tap-n-Go via Square (in person)'),
('online', 'Online payment via Square'), ('online', 'Online payment via Square'),
('eft', 'Bank transfer'), ('eft', 'Bank transfer'),
('ticket', 'Golden Ticket') ('ticket', 'Golden Ticket'),
('', 'No payment') ('', 'No payment')
] ]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment