mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 18:55:58 +02:00
Add TLD extra renew flow logic
This CL implements the TLD-specific extra flow logic for Renew commands, including tests. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135950104
This commit is contained in:
parent
dd9137fbd1
commit
8ce6b16de7
1 changed files with 13 additions and 0 deletions
13
javatests/google/registry/flows/dotapp/testdata/domain_renew.xml
vendored
Normal file
13
javatests/google/registry/flows/dotapp/testdata/domain_renew.xml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
<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.tld</domain:name>
|
||||
<domain:curExpDate>2000-04-03</domain:curExpDate>
|
||||
<domain:period unit="y">5</domain:period>
|
||||
</domain:renew>
|
||||
</renew>
|
||||
<clTRID>ABC-12345</clTRID>
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue