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:
Katie Smith
2018-09-19 09:20:09 +01:00
parent 3390cfaaa2
commit 9660f372f3
9 changed files with 28 additions and 28 deletions

View File

@@ -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'),