mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
Change the name of letter_class to postage, this will match the domain language used in the documentation.
Updated the tests to answer review comments.
This commit is contained in:
@@ -353,7 +353,7 @@ class Service(db.Model, Versioned):
|
||||
crown = db.Column(db.Boolean, index=False, nullable=False, default=True)
|
||||
rate_limit = db.Column(db.Integer, index=False, nullable=False, default=3000)
|
||||
contact_link = db.Column(db.String(255), nullable=True, unique=False)
|
||||
letter_class = db.Column(db.String(255), index=False, nullable=True)
|
||||
postage = db.Column(db.String(255), index=False, nullable=True)
|
||||
|
||||
organisation = db.relationship(
|
||||
'Organisation',
|
||||
|
||||
Reference in New Issue
Block a user