mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
lowered the minimum legalDocument size requirement to 3kB
This commit is contained in:
parent
fd97a74535
commit
00948384a6
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
class LegalDocument < ActiveRecord::Base
|
||||
include EppErrors
|
||||
MIN_BODY_SIZE = (1.37 * 8.kilobytes).ceil
|
||||
MIN_BODY_SIZE = (1.37 * 3.kilobytes).ceil
|
||||
|
||||
if ENV['legal_document_types'].present?
|
||||
TYPES = ENV['legal_document_types'].split(',').map(&:strip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue