mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Change naming in code to use 'postage'
Renamed everything that was previously called 'letter class' or 'postage class' to 'postage', which is the new name we have decided to use.
This commit is contained in:
@@ -684,9 +684,9 @@ class ServiceSwitchLettersForm(StripWhitespaceForm):
|
||||
)
|
||||
|
||||
|
||||
class ServiceLetterClassForm(StripWhitespaceForm):
|
||||
class ServicePostageForm(StripWhitespaceForm):
|
||||
|
||||
letter_class = RadioField(
|
||||
postage = RadioField(
|
||||
'Choose your postage',
|
||||
choices=[
|
||||
('first', 'First class only'),
|
||||
|
||||
Reference in New Issue
Block a user