diff --git a/app/billing/billing_schemas.py b/app/billing/billing_schemas.py index 631c782f7..d5a840184 100644 --- a/app/billing/billing_schemas.py +++ b/app/billing/billing_schemas.py @@ -8,7 +8,6 @@ create_or_update_free_sms_fragment_limit_schema = { "title": "Create", "properties": { "free_sms_fragment_limit": {"type": "integer", "minimum": 1}, - "financial_year_start": {"type": "integer", "minimum": 2016} }, "required": ["free_sms_fragment_limit"] }