mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 10:13:34 +02:00
Add a test to domain renew
This commit is contained in:
parent
8baa2e12c9
commit
a3abfa73e5
5 changed files with 29 additions and 6 deletions
14
spec/epp/requests/domains/renew_w_invalid_period.xml
Normal file
14
spec/epp/requests/domains/renew_w_invalid_period.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||
<command>
|
||||
<renew>
|
||||
<domain:renew
|
||||
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
||||
<domain:name>example.ee</domain:name>
|
||||
<domain:curExpDate>2014-08-07</domain:curExpDate>
|
||||
<domain:period unit="y">4</domain:period>
|
||||
</domain:renew>
|
||||
</renew>
|
||||
<clTRID>ABC-12345</clTRID>
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue