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:
mountford 2016-10-12 12:49:21 -07:00 committed by Ben McIlwain
parent dd9137fbd1
commit 8ce6b16de7

View 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>