mirror of
https://github.com/internetee/registry.git
synced 2025-05-20 11:19:39 +02:00
Contact should not require legal document
This commit is contained in:
parent
609c35c507
commit
2ba8804391
2 changed files with 3 additions and 15 deletions
|
@ -100,7 +100,6 @@ class Epp::ContactsController < EppController
|
|||
}
|
||||
end
|
||||
@prefix = nil
|
||||
requires 'extension > extdata > legalDocument'
|
||||
end
|
||||
|
||||
def validate_update
|
||||
|
@ -113,13 +112,11 @@ class Epp::ContactsController < EppController
|
|||
end
|
||||
requires 'id', 'authInfo > pw'
|
||||
@prefix = nil
|
||||
requires 'extension > extdata > legalDocument'
|
||||
end
|
||||
|
||||
def validate_delete
|
||||
@prefix = 'delete > delete >'
|
||||
requires 'id', 'authInfo > pw'
|
||||
@prefix = nil
|
||||
requires 'extension > extdata > legalDocument'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue