mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Fail earlier if domain is non-transferable
Regardless of EPP transfer operation #694
This commit is contained in:
parent
126428f38f
commit
4ada9d1bd0
5 changed files with 44 additions and 8 deletions
9
test/fixtures/domains.yml
vendored
9
test/fixtures/domains.yml
vendored
|
@ -28,6 +28,15 @@ library:
|
|||
period: 1
|
||||
period_unit: m
|
||||
|
||||
non_transferable:
|
||||
name: non-transferable.test
|
||||
transfer_code: d382682
|
||||
valid_to: 2010-07-05
|
||||
registrar: bestnames
|
||||
registrant: john
|
||||
statuses:
|
||||
- serverTransferProhibited
|
||||
|
||||
invalid:
|
||||
name: invalid.test
|
||||
transfer_code: any
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue