mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00: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:
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>
|
||||
Reference in New Issue
Block a user